Gives a choice to run pip install for the 4 requirements files or to skip install
If user asks to run pip, checks that user is in a virtualenv, and if not offers to skip the install
Runs pip install accordingly
@diegotoral I've created tests for this but 1. it now runs the bower install at the end of the test, any idea how to stop that? 2. I don't know how to use mocha to test the case where they are in a virtual environment
Gives a choice to run pip install for the 4 requirements files or to skip install If user asks to run pip, checks that user is in a virtualenv, and if not offers to skip the install Runs pip install accordingly
@diegotoral I've created tests for this but 1. it now runs the bower install at the end of the test, any idea how to stop that? 2. I don't know how to use mocha to test the case where they are in a virtual environment