Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 162e306

Browse filesBrowse 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
Copy full SHA for 162e306

File tree

Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed

‎doc/users/installing/index.rst

Copy file name to clipboardExpand all lines: doc/users/installing/index.rst
+6-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.