## python查看包的依赖关系 1.先手动安装: ```shell pip install pipdeptree ``` 2,使用pipdeptree来查看库包的依赖 ```shell pipdeptree -p xxxx包名 ```