.. _installation: ============ Installation ============ Quart-Uploads 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-uploads .. 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 Uploads depends on the following packages, which will automatically be installed with the extension. - `Quart `_ - `aiofiles`_ , to load files in an asyncio compatiable manner.