Can Pip install dependencies not specified in setup.py at install time?
I'd like pip to install a dependency that I have on GitHub when the user issues the command to install the original software, also from source on GitHub. Neither of these packages are on PyPi (and never will be). The user issues the command: pip -e git+https://github.com/Lewisham/cvsanaly@develop#egg=cvsanaly This repo has a requirements.txt file, with another dependency on GitHub: -e git+https://github.com/Lewisham/repositoryhandler#egg=repositoryhandler What I'd like is a single command that a user can issue to install the original package, have pip find the requirements file, then install