.. _installation: ============ Installation ============ Quart-Bcrypt is only compatible with Python 3.8 or higher, since this is what Quart supports. It can be installed using pip or your favorite python package manager. .. code-block:: console pip install quart-bcrypt .. note:: Check with the Python Bcrypt package to see how it needs to be installed on systems other than linux. Dependencies ------------ Quart Uploads depends on the following packages, which will automatically be installed with the extension. - `Quart `_ - `bcrypt `_