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

update top level Makefile

parent 35fee7b1
No related branches found
No related tags found
No related merge requests found
.PHONY: install-confignator ccs-storage codeblockreusefeature install-testlib .PHONY: install-confignator install-confignator-userspace ccs-storage codeblockreusefeature install-testlib
all: install build-pc all: install build-pc
install: install-confignator ccs-storage codeblockreusefeature install-testlib install: install-python-requirements install-confignator-userspace ccs-storage codeblockreusefeature
databases: ccs-storage codeblockreusefeature databases: ccs-storage codeblockreusefeature
...@@ -54,7 +54,7 @@ install-python-env: ...@@ -54,7 +54,7 @@ install-python-env:
@echo "+-----------------------------+" @echo "+-----------------------------+"
@echo "| installing Python modules |" @echo "| installing Python modules |"
@echo "+-----------------------------+" @echo "+-----------------------------+"
python -m pip install --user --upgrade numpy scipy matplotlib cairocffi mysqlclient sqlalchemy wheel sphinx sphinx_rtd_theme astropy crcmod psutil python -m pip install --user -U numpy scipy matplotlib cairocffi mysqlclient sqlalchemy wheel sphinx sphinx_rtd_theme astropy crcmod psutil
@echo "+-----------------------------+" @echo "+-----------------------------+"
@echo "| installed Python modules |" @echo "| installed Python modules |"
@echo "+-----------------------------+" @echo "+-----------------------------+"
...@@ -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 -U -r $(CURDIR)/requirements.txt pip install --user -U -r $(CURDIR)/requirements.txt
@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