From 46aeafe3f8ead130c8af619422a23fc064a0e2b4 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Wed, 5 Nov 2025 20:59:06 +0100 Subject: [PATCH] DOC: fix --extra-inex-url keyword in install docs for nightly wheels --- doc/source/getting_started/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started/install.rst b/doc/source/getting_started/install.rst index 074d443dc235b..bb3290e18e26b 100644 --- a/doc/source/getting_started/install.rst +++ b/doc/source/getting_started/install.rst @@ -112,7 +112,7 @@ index from the PyPI registry of anaconda.org. You can install it by running. .. code-block:: shell - pip install --pre --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pandas + pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pandas .. note:: You might be required to uninstall an existing version of pandas to install the development version.