Installation

PyPi

To obtain the stable version, simply install the falcon-sqla package from PyPi:

$ pip install falcon-sqla

Note

falcon-sqla requires the following environment to run:

  • Python 3.7 or newer; CPython and PyPy are supported.

  • Falcon 3.0.0 or newer (3.1+ is recommended).

  • SQLAlchemy 1.4.0 or newer (2.0+ is recommended).

GitHub

To install the latest commit directly from GitHub:

$ pip install git+https://github.com/vytas7/falcon-sqla