From af69eca2d13c072db0a02ebf18143bfe984ca87d Mon Sep 17 00:00:00 2001 From: adrinjalali Date: Fri, 9 Dec 2022 16:12:28 +0100 Subject: [PATCH] DOC fix nightly build installation verbatim --- doc/developers/advanced_installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/developers/advanced_installation.rst b/doc/developers/advanced_installation.rst index 912d52802d456..bb65e6b7fad17 100644 --- a/doc/developers/advanced_installation.rst +++ b/doc/developers/advanced_installation.rst @@ -28,6 +28,7 @@ Installing a nightly build is the quickest way to: You can install the nightly build of scikit-learn using the `scipy-wheels-nightly` index from the PyPI registry of `anaconda.org`: + .. prompt:: bash $ pip install --pre --extra-index https://pypi.anaconda.org/scipy-wheels-nightly/simple scikit-learn