The Python Tutorial and documentation and steps to install library lib

link:

The Python Tutorial : https://docs.python.org/3.6/tutorial/index.html

Documentation: https://docs.python.org/3.6/index.html

The Python Standard Library:  https://docs.python.org/3.6/library/index.html

 

   1. Upgrade pip

pip install --upgrade


2 Install PIL library

pip3 install pillow

3 numpy install
pip install numpy   
https://pypi.org/project/numpy/1.18.3/#files

4.
matplotlib install pip install matplotlib
https://pypi.org/project/matplotlib/ #files



Guess you like

Origin www.cnblogs.com/MCSFX/p/12757983.html