-
python -m pip install -U pip
-
pip install scikit-learn
In order to check your installation you can use:
python -m pip show scikit-learn # to see which version and where scikit-learn is installed python -m pip freeze # to see all packages installed in the active virtualenv python -c "import sklearn; sklearn.show_versions()"
-
pip install numpy
-
pip install pandas
-
pip install matplotlib