From 4b43d20fec0eda4a8f02e843b3e6e454bb243f49 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Tue, 29 Dec 2015 17:24:51 +0100 Subject: BUG: fix TravisCI test issues when using setuptools unconditionally. Also remove all mentions of setupegg.py from the documentation. --- doc/HOWTO_BUILD_DOCS.rst.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'doc/HOWTO_BUILD_DOCS.rst.txt') 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:: -- cgit v1.2.1