Python 安装包,简易方法

来源:互联网 发布:网络热敏打印机 编辑:程序博客网 时间:2024/04/20 14:53

1. first   install pip,
   https://pip.pypa.io/en/stable/installing/
   download get-pip.py.

   Then run the following:  
    python get-pip.py


others by pip  to install
2. install django  using pip
   run the following:
   pip install django
  

3. install wxpython
   run the following:
   sudo pip install --upgrade --trusted-host wxpython.org --pre -f http://wxpython.org/Phoenix/snapshot-builds/ wxPython_Phoenix

 

pywin32

http://sourceforge.net/projects/pywin32/files/pywin32

0 0
原创粉丝点击