diff --git a/Makefile b/Makefile index be67d55..9e06a3f 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,12 @@ docker: test: docker-compose run web pytest network_inventory/ --nomigrations --cov=. --cov-report=html +local: + python3 -m venv venv + ( \ + source venv/bin/activate; \ + pip3 install -r requirements/local.txt; \ + ) clean: rm -rf venv/