How to install modules with pip? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to install modules with pip?

sololearn have to create a lesson with this theme

9th Jan 2017, 12:58 AM
Jonathan Alexander Patzan Pérez
Jonathan Alexander Patzan Pérez - avatar
3 Answers
+ 6
Follow the examples below Window OS - pip install django Mac OS - pip install numpy Linux OS - sudo pip install scipy
9th Jan 2017, 2:15 AM
Given
Given - avatar
+ 3
https://docs.python.org/3/installing/
9th Jan 2017, 1:47 AM
Don
Don - avatar
+ 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
9th Jan 2017, 1:51 AM
Nikhil Kolachalama
Nikhil Kolachalama - avatar