PYTHON PIP 快速安装
清华:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
华中理工大学:http://pypi.hustunique.com/
山东理工大学:http://pypi.sdutlinux.org/
豆瓣:http://pypi.douban.com/simple/
python安装模块的另一方法:scripts\easy_install-3.7.exe :easy_install-3.7 mitmproxy
安装命令:平时pip install pywin32改为
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pywin32
安装指定版本:
pip install pyinsane==1.3.8
查看pip某软件有哪些版本:
pip install pyinsane==
pip install pyinsane==
安装PYTHON后没有pip命令方法如下:
在命令行窗口中: python -m ensurepip 创建出pip3.exe。
安装CV2的方法:
pip install opencv-python
安装wxPython
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -U wxPython
升级PIP:
e:\python37\python.exe -m pip install --upgrade pip