Skip to content
Snippets Groups Projects
Commit b39e29fd authored by Félix-Antoine Fortin's avatar Félix-Antoine Fortin Committed by Fabian Pedregosa
Browse files

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.
parent 3f1ea662
Branches
No related tags found
No related merge requests found
......@@ -55,11 +55,11 @@ This is usually the fastest way to install the latest stable
release. If you have pip or easy_install, you can install or update
with the command::
pip install -U sklearn
pip install -U scikit-learn
or::
easy_install -U sklearn
easy_install -U scikit-learn
for easy_install. Note that you might need root privileges to run
these commands.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment