File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 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
8585==========================
8686
8787Matplotlib 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:
9292
9393.. code-block :: sh
9494
9595 python -m pip install \
9696 --upgrade \
9797 --pre \
98- --index-url https://pypi.anaconda.org/scipy-wheels -nightly/simple \
98+ --index-url https://pypi.anaconda.org/scientific-python -nightly-wheels /simple \
9999 --extra-index-url https://pypi.org/simple \
100100 matplotlib
101101
You can’t perform that action at this time.
0 commit comments