Installation¶
Requirements¶
aiohttp_wsgi supports Python 3.5 and above.
Installing¶
It’s recommended to install aiohttp_wsgi in a virtual environment using venv.
Install aiohttp_wsgi using pip.
pip install aiohttp_wsgi
Upgrading¶
Upgrade aiohttp_wsgi using pip:
pip install --upgrade aiohttp_wsgi
Important
Check the aiohttp-wsgi changelog before upgrading.