Commit d4eb3254 by Jeremy Bowman Committed by Jeremy Bowman

Match other IDAs' requirements installation

parent 172ebc6a
......@@ -34,7 +34,7 @@ requirements.js: ## Install JS requirements for local development
npm install
$(NODE_BIN)/bower install
requirements: ## Install Python requirements for local development
requirements: requirements.js ## Install Python and JS requirements for local development
pip install -r requirements/local.txt
production-requirements: ## Install Python and JS requirements for production
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment