diff --git a/examples/Makefile b/examples/Makefile index 7932715ed1..78fca0656a 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -43,6 +43,7 @@ help: @echo "$$HELP" install: + $(PYTHON) -m pip install -r requirements.txt $(PYTHON) setup.py install uninstall: