网络编程
位置:首页>> 网络编程>> Python编程>> pip如何用pipdeptree查看包依赖

pip如何用pipdeptree查看包依赖

作者:Jenrey  发布时间:2022-07-28 01:56:26 

标签:pip,pipdeptree,查看,包依赖

pip用pipdeptree查看包依赖

1、安装pipdeptree

pip install pipdeptree

2、使用pipdeptree查看指定包依赖结构

pipdeptree -p xxxx包名

pip如何用pipdeptree查看包依赖

3、查看本机python已存在的全部包的依赖结构

pipdeptree

4、查看哪些包依赖xxxx包

pipdeptree -p xxxx包名 -r

pip如何用pipdeptree查看包依赖

来源:https://jenrey.blog.csdn.net/article/details/113762698

0
投稿

猜你喜欢

手机版 网络编程 asp之家 www.aspxhome.com