mirror of https://github.com/TwoWater/Python
Merge 78cbc33703
into 39b1d5bad7
commit
a3d85b73d0
|
@ -128,3 +128,4 @@ rmvirtualenv [虚拟环境名称]
|
||||||
```
|
```
|
||||||
deactivate
|
deactivate
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
|
||||||
|
## python查看包的依赖关系
|
||||||
|
|
||||||
|
1.先手动安装:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
pip install pipdeptree
|
||||||
|
```
|
||||||
|
|
||||||
|
2,使用pipdeptree来查看库包的依赖
|
||||||
|
```shell
|
||||||
|
pipdeptree -p xxxx包名
|
||||||
|
```
|
Loading…
Reference in New Issue