mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 07:43:20 +01: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
|
||||
|
||||
|
||||
install: venv
|
||||
install: venv install-reqs
|
||||
|
||||
|
||||
install-reqs:
|
||||
@echo $(H1)Updating package tools$(H1END)
|
||||
$(VENV_PIP) install --upgrade pip wheel
|
||||
|
||||
@ -37,6 +40,7 @@ install: venv
|
||||
|
||||
@echo
|
||||
|
||||
|
||||
clean:
|
||||
@echo $(H1)Cleaning up$(H1END)
|
||||
rm -rf $(VENV_ROOT)
|
||||
|
Loading…
Reference in New Issue
Block a user