We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2305bdc commit b1eaac0Copy full SHA for b1eaac0
doc/install.rst
@@ -144,7 +144,7 @@ release::
144
145
pip install --user --install-option="--prefix=" -U scikit-learn
146
147
-The ``--user`` flag ask pip to install scikit-learn in the ``$HOME/.local``
+The ``--user`` flag asks pip to install scikit-learn in the ``$HOME/.local``
148
folder therefore not requiring root permission. This flag should make pip
149
ignore any old version of scikit-learn previously installed on the system while
150
benefiting from system packages for numpy and scipy. Those dependencies can
0 commit comments