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
Post a Comment