File: installation.rst

package info (click to toggle)
aiohttp-wsgi 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 236 kB
  • sloc: python: 790; makefile: 19; sh: 8
file content (36 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (2)
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