diff options
author | Aarthi <aarthi.gurusami@gmail.com> | 2018-01-26 09:23:06 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-26 09:23:06 -0800 |
commit | 63a5d408d934b0d561ac0bd562c2519782bfe70b (patch) | |
tree | e7c2c74f7bbb95fe622b888eaa6ce99ea3b64d19 | |
parent | 6ebb01180b2434d07e49f49957b7b5cf5f3748ba (diff) | |
download | numpy-63a5d408d934b0d561ac0bd562c2519782bfe70b.tar.gz |
Update INSTALL.rst.txt
-rw-r--r-- | INSTALL.rst.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.rst.txt b/INSTALL.rst.txt index 64b687d30..56db9e470 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, due to the way most Linux distributions are handling the Python 3 migration, Linux users may have to replace the ``python`` command with ``python3``. 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. 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. The number of build jobs can also be specified via the environment variable NPY_NUM_BUILD_JOBS. |