Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Snawoot committed Aug 3, 2023
1 parent be608fa commit 9997ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ VENV ?= $(PRJ_DIR)venv
PKGVENV ?= $(PRJ_DIR)pkg_venv

install: $(VENV) setup.py
$(VENV)/bin/python -m pip install -U .[sqlite,redis,dev]
$(VENV)/bin/python -m pip install -U .[sqlite,redis,postgres,dev]

$(VENV):
$(PYTHON) -m venv $(VENV)
Expand Down

0 comments on commit 9997ae6

Please sign in to comment.