链接:

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

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

 

   1.  升级pip

pip install --upgrade


2 安装PIL库

pip3 install pillow

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

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



相关文章:

  • 2021-10-21
  • 2021-08-19
  • 2021-07-29
  • 2021-10-24
猜你喜欢
  • 2021-10-21
  • 2021-07-07
  • 2021-08-29
  • 2021-11-29
  • 2021-12-23
  • 2021-05-07
  • 2022-02-09
相关资源
相似解决方案