diff --git a/doc/users/installing/index.rst b/doc/users/installing/index.rst index a2ce7cea6790..fffea0301ae0 100644 --- a/doc/users/installing/index.rst +++ b/doc/users/installing/index.rst @@ -92,7 +92,12 @@ as the package index to query: .. code-block:: sh - python -m pip install --upgrade --index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple matplotlib + python -m pip install \ + --upgrade \ + --pre \ + --index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple \ + --extra-index-url https://pypi.org/simple \ + matplotlib ====================== Installing from source