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

Line ending issue with Mercurial or Visual Studio -

java - Jtable duplicate Rows -

java - Run a .jar on Heroku -