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

How I can install Python libraries?

26th May 2019, 8:57 PM
#Ergashbek_Mατκαrιmoν
#Ergashbek_Mατκαrιmoν - avatar
4 Answers
+ 5
#Ergashbek_Mατκαrιmoν Download the pip package. Then open your CMD type in "pip install (name of package) e.g pip install numpy"
26th May 2019, 9:54 PM
Jella
Jella - avatar
+ 1
thanx
27th May 2019, 2:11 AM
#Ergashbek_Mατκαrιmoν
#Ergashbek_Mατκαrιmoν - avatar
0
With pip package manager. You shoud just type below code in your shell: pip install <package name> Click on this link for more details : https://www.w3schools.com/JUMP_LINK__&&__python__&&__JUMP_LINK/python_pip.asp
26th May 2019, 9:08 PM
ΛM!N
ΛM!N - avatar
0
Open the command line interface and tell PIP to install the package you want. In order to install the package, navigate your command line to the location of Python's script directory, and type the following: python -m pip install [packagename] http://net-informations.com/python/basics/pip.htm
7th Oct 2020, 5:11 AM
eltonjorn