parent
c3c177f86b
commit
4361780705
2
Makefile
2
Makefile
@ -8,7 +8,7 @@ all: build
|
|||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: | $(ENV)
|
build: | $(ENV)
|
||||||
$(ENV):
|
$(ENV): requirements.txt
|
||||||
$(VIRTUALENV) --no-site-packages $(ENV)
|
$(VIRTUALENV) --no-site-packages $(ENV)
|
||||||
$(ENV)/bin/pip install -r requirements.txt
|
$(ENV)/bin/pip install -r requirements.txt
|
||||||
$(ENV)/bin/python ./setup.py develop
|
$(ENV)/bin/python ./setup.py develop
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user