Skip to content

Commit

Permalink
DOC: Fix some nits in INSTALL.rst.txt.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
charris authored Mar 1, 2018
1 parent 6159ef6 commit 95842ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion INSTALL.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ 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. 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.
Note that the ``python`` command here is the system default Python, generally
python 2, the ``python3`` command may be needed to install on python 3.
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.
Expand Down

0 comments on commit 95842ed

Please sign in to comment.