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

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

python - Received unregistered task using Celery with Django -