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

remove

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