Skip to content

Commit

Permalink
Simple install doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa committed Oct 10, 2015
1 parent 6eb7b62 commit b722d14
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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 hyper-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

0 comments on commit b722d14

Please sign in to comment.