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

Skip to content

Commit 64cf757

Browse files
DOC: make nightly download command one line so it works on Windows (#31231)
* DOC: Use single-line pip command to avoid Windows CMD line continuation issue Co-authored-by: Tim Hoffmann <[email protected]>
1 parent 0aa0739 commit 64cf757

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

doc/install/index.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,7 @@ Matplotlib makes nightly development build wheels available on the
9999
These wheels can be installed with ``pip`` by specifying
100100
scientific-python-nightly-wheels as the package index to query::
101101

102-
python -m pip install \
103-
--upgrade \
104-
--pre \
105-
--index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
106-
--extra-index-url https://pypi.org/simple \
107-
matplotlib
102+
python -m pip install --upgrade --pre --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --extra-index-url https://pypi.org/simple matplotlib
108103

109104
.. _install-source:
110105

0 commit comments

Comments
 (0)