1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
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
|