Commit 4b3bd738 by Renzo Lucioni

Add docker-compose to requirements

Use requirements ranges to avoid having to update the requirements file too frequently. Also adds a Make target for installing requirements.
parent 560cf58b
......@@ -17,3 +17,6 @@ devstack.start: ## Start all services
devstack.stop: ## Stop all services
docker-compose stop
requirements: ## Install requirements
pip install -r requirements.txt
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