This commit is contained in:
Jakub Roztocil 2016-02-29 16:43:18 +08:00
parent e5e5d0ce6d
commit 3b217daddc

View File

@ -11,7 +11,7 @@ END=" \#\#\# \033[0m\n"
all: test
init: uninstall-httpie
init:
@echo $(TAG)Installing dev requirements$(END)
pip install --upgrade -r $(REQUIREMENTS)