Skip to content
Snippets Groups Projects
Commit 65d1d01f authored by Marko Mecina's avatar Marko Mecina
Browse files

update top level Makefile

parent efe4428f
Branches
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ install-python-requirements: ...@@ -64,7 +64,7 @@ install-python-requirements:
@echo "+-----------------------------+" @echo "+-----------------------------+"
@echo "| installing Python modules |" @echo "| installing Python modules |"
@echo "+-----------------------------+" @echo "+-----------------------------+"
pip install --user -U -r $(CURDIR)/requirements.txt if [ -z $VIRTUAL_ENV ]; then pip install --user -U -r $(CURDIR)/requirements.txt; else pip install -U -r $(CURDIR)/requirements.txt; fi
@echo "+-----------------------------+" @echo "+-----------------------------+"
@echo "| installed Python modules |" @echo "| installed Python modules |"
@echo "+-----------------------------+" @echo "+-----------------------------+"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment