Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 298 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 298 Bytes

Python

包管理工具

  • easy_install
  • pip 推荐
  • 同时安装python2和python3时,区分使用pip的方法:
    • python2

      默认使用的是python2的pip,也可以显示指定:python2 -m pip ...

    • python3

      python3 -m pip ...

API-Server开发框架

  • flask