Installation
============

Hyper-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

    $ 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/hyper-h2
