mirror of
https://github.com/httpie/cli.git
synced 2024-11-28 08:38:44 +02:00
Add make install-reqs
to install packages without creating env
This commit is contained in:
parent
a3fa016428
commit
0c9d701618
6
Makefile
6
Makefile
@ -25,7 +25,10 @@ export PATH := $(VENV_BIN):$(PATH)
|
|||||||
all: uninstall-httpie install test
|
all: uninstall-httpie install test
|
||||||
|
|
||||||
|
|
||||||
install: venv
|
install: venv install-reqs
|
||||||
|
|
||||||
|
|
||||||
|
install-reqs:
|
||||||
@echo $(H1)Updating package tools$(H1END)
|
@echo $(H1)Updating package tools$(H1END)
|
||||||
$(VENV_PIP) install --upgrade pip wheel
|
$(VENV_PIP) install --upgrade pip wheel
|
||||||
|
|
||||||
@ -37,6 +40,7 @@ install: venv
|
|||||||
|
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@echo $(H1)Cleaning up$(H1END)
|
@echo $(H1)Cleaning up$(H1END)
|
||||||
rm -rf $(VENV_ROOT)
|
rm -rf $(VENV_ROOT)
|
||||||
|
Loading…
Reference in New Issue
Block a user