Figuring out dependencies of a python package -


is there way figuring out dependencies of python package without installing it?

currently can using following 2 commands:

pip install <package> pip show <package> 

the last command lists out dependencies other metadata.

cheers

try checking this stack overflow post. along lines of looking for?


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -