Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8ede1a + 895f1ad commit 162e306Copy full SHA for 162e306
1 file changed
doc/users/installing/index.rst
@@ -92,7 +92,12 @@ as the package index to query:
92
93
.. code-block:: sh
94
95
- python -m pip install --upgrade --index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple matplotlib
+ 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
101
102
======================
103
Installing from source
0 commit comments