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 895f1ad

Browse filesBrowse files
DOC: Correct nightly wheels pip install command
Add the --pre flag to allow for a dev release to take precedence over a stable release and the --extra-index-url of https://pypi.org/simple to allow for matplotlib's dependencies to still get installed normally. Co-authored-by: Ian Hunt-Isaak <ianhuntisaak@gmail.com>
1 parent d8ede1a commit 895f1ad
Copy full SHA for 895f1ad

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.