+ 3
How can I install python modules??
4 Réponses
+ 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.
+ 2
You should see this post
https://www.sololearn.com/Discuss/2567418/?ref=app
+ 1
pip install modulename
+ 1
use cmd