add pip query dependency
							parent
							
								
									39b1d5bad7
								
							
						
					
					
						commit
						78cbc33703
					
				|  | @ -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
	
	 hashmapybx
						hashmapybx