Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fbf93bd

Browse files
authored
Merge pull request #26006 from matthewfeickert/docs/update-nightlies-location
DOC: Use scientific-python-nightly-wheels for nightly build index
2 parents f6a781f + 28e9b55 commit fbf93bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/users/installing/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,17 @@ Installing a nightly build
8585
==========================
8686

8787
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:
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

0 commit comments

Comments
 (0)