.. _installation: ============ Installation ============ Quart-Babel is only compatible with Python 3.7 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-babel .. note:: If you do not have Python 3.7 or better an error message ``Python 3.7 is the minimum required version`` will be displayed. Dependencies ------------ Quart Babel depends on the following packages, which will automatically be installed with the extension. - `Quart `_ - `Babel `_ - `ipapi `_ - `aioipapi `_