Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b39e29f

Browse files
cmd-ntrfFabian Pedregosa
authored and
Fabian Pedregosa
committed
Modified package name in Easy Install section.
When searching or installing scikit-learn with pip or easy_install the right package name is scikit-learn.
1 parent 3f1ea66 commit b39e29f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ This is usually the fastest way to install the latest stable
5555
release. If you have pip or easy_install, you can install or update
5656
with the command::
5757

58-
pip install -U sklearn
58+
pip install -U scikit-learn
5959

6060
or::
6161

62-
easy_install -U sklearn
62+
easy_install -U scikit-learn
6363

6464
for easy_install. Note that you might need root privileges to run
6565
these commands.

0 commit comments

Comments
 (0)