Skip to content

Commit 25c06dc

Browse files
authored
Simplify TestPyPI install instructions to just extra-index-url (#1944)
The default `--index-url` is https://pypi.org/simple, so just need to set `--extra-index-url` to point to TestPyPI.
1 parent e5117cb commit 25c06dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ This installs the latest stable release from
137137
Alternatively, you can install the latest development version from
138138
`TestPyPI <https://test.pypi.org/project/pygmt>`__::
139139

140-
pip install --pre --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple pygmt
140+
pip install --pre --extra-index-url https://test.pypi.org/simple/ pygmt
141141

142142
To upgrade the installed stable release or development version to be the latest
143143
one, just add ``--upgrade`` to the corresponding command above.

0 commit comments

Comments
 (0)