Python in the pip is used to doing? And how to upgrade

This link: HTTPS: //blog.csdn.net/xaowoniu/article/details/79622178
PIP is officially recommended Python package management tools:
a part belongs to the python.
pip executable file: C: \ Python27 \ Scripts in
how to install the new module \ package


(Provided that the path library path)
# This is a remote installation
pip install selenium


# If you need to upgrade pip, following two ways:
Python -m install --upgrade PIP PIP
easy_install.exe PIP 9.0.2


# Whl first file downloaded to the local, and then upgrade

https://pypi.python.org/pypi/selenium/

https://pypi.python.org/pypi/pip

#升级pip
pip.exe install -U pip-9.0.2-py2.py3-none-any.whl
#安装selenium
pip.exe install selenium-3.11.0-py2.py3-none-any.whl
 

 

Transfer: https://blog.csdn.net/xaowoniu/article/details/79622178

发布了264 篇原创文章 · 获赞 520 · 访问量 300万+

Guess you like

Origin blog.csdn.net/phenixyf/article/details/103383409