.. _installation: Installation ============ PyPI ---- To obtain the stable version, simply install the `falcon-sqla `__ package from PyPi: .. code:: bash $ pip install falcon-sqla .. note:: ``falcon-sqla`` requires the following environment to run: * Python 3.8 or newer; both CPython and PyPy are supported. * `Falcon `_ 3.0.0 or newer (4.0+ is recommended). * `SQLAlchemy `_ 2.0.0 or newer. GitHub ------ To install the latest commit directly from GitHub: .. code:: bash $ pip install git+https://github.com/vytas7/falcon-sqla