diff options
-rw-r--r-- | doc/source/user/building.rst | 4 | ||||
-rw-r--r-- | doc/source/user/install.rst | 5 |
2 files changed, 2 insertions, 7 deletions
diff --git a/doc/source/user/building.rst b/doc/source/user/building.rst index 6d5f8c1b3..78dbc9fa2 100644 --- a/doc/source/user/building.rst +++ b/doc/source/user/building.rst @@ -101,10 +101,6 @@ where different FORTRAN compilers might have been used. Choosing the fortran compiler ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -To build with g77:: - - python setup.py build --fcompiler=gnu - To build with gfortran:: python setup.py build --fcompiler=gnu95 diff --git a/doc/source/user/install.rst b/doc/source/user/install.rst index ebb6bce62..a9ac735b8 100644 --- a/doc/source/user/install.rst +++ b/doc/source/user/install.rst @@ -3,9 +3,8 @@ Installing NumPy **************** In most use cases the best way to install NumPy on your system is by using an -pre-built package for your operating system. - -Please see http://scipy.org/install.html for links to available options. +pre-built package for your operating system. Please see +http://scipy.org/install.html for links to available options. For instructions on building for source package, see :doc:`building`. This information is useful mainly for advanced users. |