Python 安装包,简易方法

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:
  

   phoenix 新版

    pip install -U --pre -f https://wxpython.org/Phoenix/snapshot-builds/ wxPython

旧版 

    pip install  wxpython


pywin32

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

猜你喜欢

转载自blog.csdn.net/fangkailove/article/details/50625747