+ 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