Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7dda3c6

Browse filesBrowse 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 6d3d6fd commit 7dda3c6
Copy full SHA for 7dda3c6

File tree

Expand file treeCollapse file tree

1 file changed

+14
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+14
-0
lines changed

‎doc/users/installing/index.rst

Copy file name to clipboardExpand all lines: doc/users/installing/index.rst
+14Lines changed: 14 additions & 0 deletions
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 specifying 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.