1Installation
2============
3
4Hyper-h2 is a pure-python project. This means installing it is extremely
5simple. To get the latest release from PyPI, simply run:
6
7.. code-block:: console
8
9    $ pip install h2
10
11Alternatively, feel free to download one of the release tarballs from
12`our GitHub page`_, extract it to your favourite directory, and then run
13
14.. code-block:: console
15
16    $ python setup.py install
17
18.. _our GitHub page: https://github.com/python-hyper/hyper-h2
19