From d01014c3198aafa336d9f8ed306f292d68c4a886 Mon Sep 17 00:00:00 2001 From: watchtheblur <4589786+watchtheblur@users.noreply.github.com> Date: Mon, 21 Sep 2020 04:52:31 -0700 Subject: [PATCH] DOC Fix step 5 under "Contributing Code" to include build tools installation (#18417) Co-authored-by: Nicolas Hug --- doc/developers/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developers/contributing.rst b/doc/developers/contributing.rst index d2ca7f2ee5893..8324f587a5b45 100644 --- a/doc/developers/contributing.rst +++ b/doc/developers/contributing.rst @@ -229,7 +229,7 @@ how to set up your git repository: $ pip install --no-build-isolation --editable . - for more details about advanced installation, see the + If you receive errors in building scikit-learn, see the :ref:`install_bleeding_edge` section. .. _upstream: