Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 162e306

Browse files
authored
Merge pull request #22752 from matthewfeickert/docs/fix-install-instructions
DOC: Correct nightly wheels pip install command
2 parents d8ede1a + 895f1ad commit 162e306

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/users/installing/index.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,12 @@ as the package index to query:
9292

9393
.. code-block:: sh
9494
95-
python -m pip install --upgrade --index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple matplotlib
95+
python -m pip install \
96+
--upgrade \
97+
--pre \
98+
--index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple \
99+
--extra-index-url https://pypi.org/simple \
100+
matplotlib
96101
97102
======================
98103
Installing from source

0 commit comments

Comments
 (0)