File: installation.rst

package info (click to toggle)
python-h2 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,656 kB
  • sloc: python: 11,164; makefile: 14; sh: 12
file content (18 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (21)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Installation
============

h2 is a pure-python project. This means installing it is extremely
simple. To get the latest release from PyPI, simply run:

.. code-block:: console

    $ python -m pip install h2

Alternatively, feel free to download one of the release tarballs from
`our GitHub page`_, extract it to your favourite directory, and then run

.. code-block:: console

    $ python setup.py install

.. _our GitHub page: https://github.com/python-hyper/h2