Without going through with the installation, I want to quickly see all the packages that pip install
would install.
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
If and only if the package is install, you can use
pip show <package>
. Look for theRequires:
filed at the end of the output. Clearly, this breaks your requirement but might be useful nonetheless.For example:
Check out johnnydep!
Installation:
Usage example:
A more complex tree: