File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -85,17 +85,17 @@ Installing a nightly build
85
85
==========================
86
86
87
87
Matplotlib makes nightly development build wheels available on the
88
- `scipy-wheels -nightly Anaconda Cloud organization
89
- <https://anaconda.org/scipy-wheels -nightly> `_.
90
- These wheels can be installed with ``pip `` by specifying scipy-wheels-nightly
91
- as the package index to query:
88
+ `scientific-python -nightly-wheels Anaconda Cloud organization
89
+ <https://anaconda.org/scientific-python -nightly-wheels > `_.
90
+ These wheels can be installed with ``pip `` by specifying
91
+ scientific-python-nightly-wheels as the package index to query:
92
92
93
93
.. code-block :: sh
94
94
95
95
python -m pip install \
96
96
--upgrade \
97
97
--pre \
98
- --index-url https://pypi.anaconda.org/scipy-wheels -nightly/simple \
98
+ --index-url https://pypi.anaconda.org/scientific-python -nightly-wheels /simple \
99
99
--extra-index-url https://pypi.org/simple \
100
100
matplotlib
101
101
You can’t perform that action at this time.
0 commit comments