Skip to content

Commit 0f78d7c

Browse files
DOC: Add instructions on installing nightly build wheels
Describe that the wheels are available on the scipy-wheels-nightly Anaconda Cloud organization (https://anaconda.org/scipy-wheels-nightly) and that a user should use --index-url to install from this package index.
1 parent 990a56d commit 0f78d7c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/users/installing/index.rst

+14
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,20 @@ you can install Matplotlib via your package manager, e.g.:
8080

8181
.. _install_from_source:
8282

83+
==========================
84+
Installing a nightly build
85+
==========================
86+
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 specifiying scipy-wheels-nightly
91+
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
96+
8397
======================
8498
Installing from source
8599
======================

0 commit comments

Comments
 (0)