+ 3
How to install modules with pip?
sololearn have to create a lesson with this theme
3 Réponses
+ 6
Follow the examples below
Window OS - pip install django
Mac OS - pip install numpy
Linux OS - sudo pip install scipy
+ 3
https://docs.python.org/3/installing/
+ 3
Navigate to the Scripts folder in your main Python folder on your desktop. Go to command prompt/line and go to the directory of that scripts folder. Then type:
pip install name_of_what_you_want_to_install