Installing hpackΒΆ

hpack is trivial to install from the Python Package Index. Simply run:

$ pip install hpack

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

hpack has no external dependencies.