How to install module in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to install module in python

28th Mar 2021, 3:56 PM
Anubhav singh Class 9 h roll no. 8
Anubhav singh Class 9 h roll no. 8 - avatar
2 Answers
+ 1
import <module> if you don't have the module, in your terminal: pip install <module>
28th Mar 2021, 3:57 PM
Slick
Slick - avatar
+ 1
pip install <madule name> https://packaging.python.org/tutorials/installing-packages/
28th Mar 2021, 4:29 PM
Scarlet Witch
Scarlet Witch - avatar