.. _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.9 or newer; both CPython and PyPy are supported. * `Falcon `_ 4.0.0 or newer. * `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