InstallationΒΆ

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

$ 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

$ python setup.py install