diff options
author | agurusa <agurusa@gmail.com> | 2017-12-20 08:52:32 -0800 |
---|---|---|
committer | agurusa <agurusa@gmail.com> | 2017-12-20 08:52:32 -0800 |
commit | 6ebb01180b2434d07e49f49957b7b5cf5f3748ba (patch) | |
tree | c8abcfa15f019ec0937d657e0481528fec99695c /INSTALL.rst.txt | |
parent | 0225771c13e2cf54dc3dd1ff4d39af6a78fde9d8 (diff) | |
download | numpy-6ebb01180b2434d07e49f49957b7b5cf5f3748ba.tar.gz |
DOC:Add installation notes for Linux users
Diffstat (limited to 'INSTALL.rst.txt')
-rw-r--r-- | INSTALL.rst.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL.rst.txt b/INSTALL.rst.txt index 8b135e309..64b687d30 100644 --- a/INSTALL.rst.txt +++ b/INSTALL.rst.txt @@ -61,6 +61,8 @@ 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. + The number of build jobs can also be specified via the environment variable NPY_NUM_BUILD_JOBS. |