I am creating a Python package with setup.py, and I need to run certain shell commands before pip attempts to install dependencies. In fact, I need th
setup.py