Triggering pip requirements.txt from catkin build
Is it possible to get catkin build to run pip install -r requirements.txt?
Some of the python package dependencies for my package are in version control systems, and because of this I think I need to use pip to install them instead of putting them in setup.py.