diff options
| author | 2012-04-28 23:36:00 +0200 | |
|---|---|---|
| committer | 2012-04-28 23:49:17 +0200 | |
| commit | 8f1b051b465dca03e0232d48e50321e7689e63ce (patch) | |
| tree | ce5ab7a7749cde72d36485a46010082e75152ba3 /docs/installation.rst | |
| parent | Merged pull request #7 from alejandrogomez (diff) | |
| download | python-github3-8f1b051b465dca03e0232d48e50321e7689e63ce.tar.xz python-github3-8f1b051b465dca03e0232d48e50321e7689e63ce.zip | |
New install environment to prod and dev
Also fix some docs
Diffstat (limited to 'docs/installation.rst')
| -rw-r--r-- | docs/installation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index 6eccc95..0601a7e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -22,8 +22,8 @@ If you install ``pygithub3`` with ``pip`` all is done. This is the best option. Optional ......... -The test suite uses `nose`_, `mock`_, and `unittest2`_. Compiling the -documentation requires `sphinx`_. +The test suite uses `nose`_, `mock`_, and `unittest2`_ (python 2.6). Compiling +the documentation requires `sphinx`_. Install all of these by running ``pip install -r test_requirements.txt``. Then just run ``nosetests`` to run the tests. |
