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

How can I install python modules??

7th Dec 2020, 9:53 PM
Behn-G
Behn-G - avatar
4 Answers
+ 1
Install package manager - pip or pip3 (depends on python version you use). Then you can go to pip website and search for needed module. Copy the pip's instruction from website and paste it to command line. Package should be installed and ready to use it.
8th Dec 2020, 12:36 AM
LetTheSunDie
LetTheSunDie - avatar
8th Dec 2020, 1:37 AM
Sâñtôsh
Sâñtôsh - avatar
+ 1
pip install modulename
7th Dec 2020, 10:04 PM
Galstyan
Galstyan - avatar
+ 1
use cmd
7th Dec 2020, 10:06 PM
Galstyan
Galstyan - avatar