+ 2
The Standard Library & pip
Hi! I would like to learn about what are the modules in python and how ti install libraries using pip👩🏻💻
1 Resposta
+ 4
yunuen
You can check it on official website of python. Everything is given there.
https://docs.python.org/3/library
to install just do this in CMD:
pip install library_name