Skip to content

Commit 093586f

Browse files
DOC: fix --extra-inex-url keyword in install docs for nightly wheels (#63001)
1 parent 08c2c0d commit 093586f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/getting_started/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ index from the PyPI registry of anaconda.org. You can install it by running.
112112

113113
.. code-block:: shell
114114
115-
pip install --pre --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pandas
115+
pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pandas
116116
117117
.. note::
118118
You might be required to uninstall an existing version of pandas to install the development version.

0 commit comments

Comments
 (0)