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

Requirements
------------

:mod:`aiohttp_wsgi` supports Python 3.5 and above.


Installing
----------

It's recommended to install :mod:`aiohttp_wsgi` in a virtual environment using :mod:`venv`.

Install :mod:`aiohttp_wsgi` using `pip`_.

.. code:: bash

    pip install aiohttp_wsgi


Upgrading
---------

Upgrade :mod:`aiohttp_wsgi` using `pip`_:

.. code:: bash

    pip install --upgrade aiohttp_wsgi

.. important::

    Check the :doc:`changelog` before upgrading.


.. include:: /_include/links.rst
