pipdeptree 查看Python包之间的依赖关系
# 安装
pip install pipdeptree -i http://mirrors.aliyun.com/pypi/simple/
# 帮助信息
pipdeptree --help
# 查看pipdeptree的依赖包
pipdeptree -p pipdeptree
# 查看哪些包依赖pipdeptree
pipdeptree -p pipdeptree -r
# 安装
pip install pipdeptree -i http://mirrors.aliyun.com/pypi/simple/
# 帮助信息
pipdeptree --help
# 查看pipdeptree的依赖包
pipdeptree -p pipdeptree
# 查看哪些包依赖pipdeptree
pipdeptree -p pipdeptree -r
本文标题:2020-07-29 查看包依赖关系 pipdeptree
本文链接:https://www.haomeiwen.com/subject/pnbhrktx.html
网友评论