Skip to content

Commit

Permalink
Tidying up documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanvasile committed May 25, 2017
1 parent eaea617 commit c08105d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Python Toolkit for Accelerator Controls (Pytac) is a Python library intended to
Testing
=======

It is simplest to work with a virtualenv. Then:
It is simplest to work with a virtualenv. Then::

>>> pip install -r requirements/local.txt
>>> export PYTHONPATH=.
Expand All @@ -23,7 +23,7 @@ To see a coverage report::

>>> py.test --cov=pytac test

To build documentation correctly:
To build documentation correctly::

>>> cd docs`
>>> sphinx-build -b html -E . _build/html
Expand Down

0 comments on commit c08105d

Please sign in to comment.