.. _installation:

Installation
============

Quart is only compatible with Python 3.7 or higher and can be installed
using pip or your favorite python package manager.

.. code-block:: sh

    pip install quart

If you do not have Python 3.7 or better an error message ``Python 3.7
is the minimum required version`` will be displayed.
