Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop the example based on using pip's internals (#519)
pip's documentation explicitly states to not use `import pip`: > While it is implemented in Python, and so is available from your Python code via > `import pip`, you must not use pip’s internal APIs in this way. This example is in direct contradiction with the documentation's guidance and, thus, has been removed.
- Loading branch information