El Tutorial de Python y la documentación y los pasos para instalar la biblioteca lib

Enlace:

El tutorial de Python:  https://docs.python.org/3.6/tutorial/index.html

Documentación:  https://docs.python.org/3.6/index.html

La biblioteca estándar de Python :   https://docs.python.org/3.6/library/index.html

 

   1. Pip de actualización

pip install --upgrade


2 Instalar la biblioteca PIL

pip3 instalar pillow

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

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



Supongo que te gusta

Origin www.cnblogs.com/MCSFX/p/12757983.html
Recomendado
Clasificación