1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-04 02:21:50 +02:00
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)