File: installation.rst

package info (click to toggle)
python-hyperframe 6.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 224 kB
  • sloc: python: 1,460; makefile: 14
file content (21 lines) | stat: -rw-r--r-- 485 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Installing hyperframe
=====================

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

.. code-block:: console

    $ pip install hyperframe

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

hyperframe has no external dependencies.



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