diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-12 05:04:58 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-12 05:04:58 -0700 |
| commit | 85c70a54036b67304fcc144387678bee1201c9d9 (patch) | |
| tree | 663c5830a89e55b409e8c290a9531a7e1854306c /docs/tutorials/wiki2/installation.rst | |
| parent | 278afff7a9bbb42d96ac2199689c3141b9463b9c (diff) | |
| parent | ebbe68144ad6a6022863aa4a29f5611fde02258f (diff) | |
| download | pyramid-85c70a54036b67304fcc144387678bee1201c9d9.tar.gz pyramid-85c70a54036b67304fcc144387678bee1201c9d9.tar.bz2 pyramid-85c70a54036b67304fcc144387678bee1201c9d9.zip | |
Merge pull request #2480 from stevepiercy/docs/easy-install-to-pip.2104
quick_tour cleanup; rename testing_extras to tests_require
Diffstat (limited to 'docs/tutorials/wiki2/installation.rst')
| -rw-r--r-- | docs/tutorials/wiki2/installation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst index f5f291112..4805497d4 100644 --- a/docs/tutorials/wiki2/installation.rst +++ b/docs/tutorials/wiki2/installation.rst @@ -233,7 +233,7 @@ Install testing requirements ---------------------------- In order to run tests, we need to install the testing requirements. This is -done through our project's ``setup.py`` file, in the ``testing_extras`` and +done through our project's ``setup.py`` file, in the ``tests_require`` and ``extras_require`` stanzas, and by issuing the command below for your operating system. |
