How to install libraries in python.

preview_player
Показать описание
Hey there. In this short I am teaching you how to install python libraries using command prompt(cmd).
For this to work you will need a python compiler or interpreter on your pc and internet connection.
Have fun 😁 installing libraries in python.
Рекомендации по теме
Комментарии
Автор

If pip install doesn't work, you can use : python -m pip install <library name>

For example,
python -m pip install django,
where django is the name of the library.

WSProgramming
join shbcf.ru