python笔记10: pip

2022-04-17  本文已影响0人  _百草_
C:\pythonProject>pip show pysnooper
Name: PySnooper
Version: 0.4.2
Summary: A poor man's debugger for Python.
Home-page: https://github.com/cool-RR/PySnooper
Author: Ram Rachum
Author-email: ram@rachum.com
License: UNKNOWN
Location: c:\python\python39\lib\site-packages  # 位置
Requires:  # 依赖包
Required-by:  #被依赖包

清华:https://pypi.tuna.tsinghua.edu.cn/simple
中国科学技术大学 : https://pypi.mirrors.ustc.edu.cn/simple
豆瓣:http://pypi.douban.com/simple/
百度:https://mirror.baidu.com/pypi/simple
阿里云:http://mirrors.aliyun.com/pypi/simple/

** -r <file>
-r, --requirement 从给定的需求文件安装。此选项可以多次使用



C:\WINDOWS\system32>pip show pytest
Name: pytest
Version: 6.2.2
Summary: pytest: simple powerful testing with Python
Home-page: https://docs.pytest.org/en/latest/
Author: Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin and others
Author-email: None
License: MIT
Location: c:\me\testing\python\python39\lib\site-packages
Requires: attrs, toml, atomicwrites, py, iniconfig, pluggy, packaging, colorama
Required-by:

C:\WINDOWS\system32>


  1. Python pip 安装与使用
  2. python 查看某个第三方包的依赖包和被依赖包以及指定pip源安装
  3. python pip安装镜像源
上一篇 下一篇

猜你喜欢

热点阅读