diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2015-12-29 17:24:51 +0100 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2016-01-16 12:18:26 +0100 |
commit | 4b43d20fec0eda4a8f02e843b3e6e454bb243f49 (patch) | |
tree | be091114f13246da8f82da3df47a91ab8ddfd364 /doc/HOWTO_BUILD_DOCS.rst.txt | |
parent | 99e99e90db4c73a6baae178879937f4baebd3241 (diff) | |
download | numpy-4b43d20fec0eda4a8f02e843b3e6e454bb243f49.tar.gz |
BUG: fix TravisCI test issues when using setuptools unconditionally.
Also remove all mentions of setupegg.py from the documentation.
Diffstat (limited to 'doc/HOWTO_BUILD_DOCS.rst.txt')
-rw-r--r-- | doc/HOWTO_BUILD_DOCS.rst.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/HOWTO_BUILD_DOCS.rst.txt b/doc/HOWTO_BUILD_DOCS.rst.txt index 8107aaa81..dc0145855 100644 --- a/doc/HOWTO_BUILD_DOCS.rst.txt +++ b/doc/HOWTO_BUILD_DOCS.rst.txt @@ -36,9 +36,7 @@ that the correct version is imported by >>> import numpy Note that you can eg. install Numpy to a temporary location and set -the PYTHONPATH environment variable appropriately. Also note that if -you have a system Numpy installed via Python eggs, you will also need -to use ``setupegg.py`` to install the temporary Numpy. +the PYTHONPATH environment variable appropriately. After Numpy is installed, write:: |