https://docs.python.org/3/installing/

 

=====

pip is the preferred installer program. Starting with Python 3.4, it is included by default with the Python binary installers.

 

python -m pip install SomePackage

 

or

python -m  easy_install SomePackage

 

相关文章:

  • 2022-01-09
  • 2021-07-16
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-11
猜你喜欢
  • 2022-02-08
  • 2022-12-23
  • 2021-09-23
  • 2021-07-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案