File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,12 @@ feature, code or documentation improvement).
60
60
#. Optional (but recommended): create and activate a dedicated virtualenv _
61
61
or `conda environment `_.
62
62
63
- #. Install Cython _ and build the project with pip in :ref: `editable_mode `:
63
+ #. Install NumPy _, SciPy _, and Cython _ and build the project with pip in
64
+ :ref: `editable_mode `:
64
65
65
66
.. prompt :: bash $
66
67
67
- pip install cython
68
+ pip install numpy scipy cython
68
69
pip install --verbose --no-build-isolation --editable .
69
70
70
71
#. Check that the installed scikit-learn has a version number ending with
@@ -436,6 +437,8 @@ the base system and these steps will not be necessary.
436
437
437
438
.. _OpenMP : https://en.wikipedia.org/wiki/OpenMP
438
439
.. _Cython : https://cython.org
440
+ .. _NumPy : https://numpy.org
441
+ .. _SciPy : https://www.scipy.org
439
442
.. _Homebrew : https://brew.sh
440
443
.. _virtualenv : https://docs.python.org/3/tutorial/venv.html
441
444
.. _conda environment : https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
You can’t perform that action at this time.
0 commit comments