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 -

R - Plot: How to format in 10-base scientific notation and put it text, mtex, title etc functions? -

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