+ 1
How I can install Python libraries?
4 Antworten
+ 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"
+ 1
thanx
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
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