summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAarthi <aarthi.gurusami@gmail.com>2018-01-26 09:29:20 -0800
committerGitHub <noreply@github.com>2018-01-26 09:29:20 -0800
commit6159ef6aaaef5aac09d296bc35d985e4052edf45 (patch)
tree9980d46c1a94c081044c10418c10c599d5c47757
parent63a5d408d934b0d561ac0bd562c2519782bfe70b (diff)
downloadnumpy-6159ef6aaaef5aac09d296bc35d985e4052edf45.tar.gz
DOC:Add installation notes for Linux users
-rw-r--r--INSTALL.rst.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.rst.txt b/INSTALL.rst.txt
index 56db9e470..f0acb461b 100644
--- a/INSTALL.rst.txt
+++ b/INSTALL.rst.txt
@@ -61,7 +61,7 @@ To perform an inplace build that can be run from the source folder run::
python setup.py build_ext --inplace -j 4
-Note that the ``python`` command is for installation on python 2. To install on python 3, replace with the ``python3``command. See `Requirements for Installing Packages <https://packaging.python.org/tutorials/installing-packages/>`_ for more details.
+Note that the ``python`` command is for installation on python 2. For installation on python 3, replace with the ``python3``command. See `Requirements for Installing Packages <https://packaging.python.org/tutorials/installing-packages/>`_ for more details.
The number of build jobs can also be specified via the environment variable
NPY_NUM_BUILD_JOBS.