Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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,9 +23,9 @@ To see a coverage report::

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

To build documentation correctly:
To build documentation correctly::

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

The documentation is built inside _build/html.