You are on page 1of 3

How to install python and scikit-learn

Go to https://scikit-learn.org/stable/install.html

Click

Double-click file ‘python-3.8.7


double click on the exe file that has been downloaded.
Type ‘cmd’ to go to the
command prompt

Type at command prompt: pip install -U scikit-learn

You may install other libraries as you need them at the command prompt run as administrator or
command prompt:

>>pip install keras

>>pip install pandas

>>pip install numpy

>>pip install matplotlib

>>pip install seaborn

You might also like