Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

Commit

Permalink
Fix code block formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Milne committed Aug 12, 2016
1 parent b498854 commit 54af763
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,22 @@ Installation

For installation via pip:

.. code-block:: bash
pip install h1
For development, In the project root run:

.. code-block:: bash
virtualenv env
source env/bin/activate
make bootstrap
The manual approach should work as well:

.. code-block:: bash
python setup.py install
========
Expand Down

0 comments on commit 54af763

Please sign in to comment.