diff --git a/Makefile b/Makefile index 24d27ac..ae86072 100644 --- a/Makefile +++ b/Makefile @@ -32,5 +32,5 @@ test: cd $(FRONTEND_DIR) && npm run test deploy: build-frontend - pip install -r requirements.txt + python -m pip install -r requirements.txt $(MAKE) serve