Several commonly used names for pip dependency management

www.pypi.org python installation package
pip install selenium==3.81 Specified version
pip install jupyter -i http://douban.com/simple --trusted-host pypi.douban.com Download with the help of source (Alibaba Cloud)

pip --version can specify the path where the package is installed
pip list to view which libraries have been installed

Guess you like

Origin blog.csdn.net/chuancheng_zeng/article/details/114901948