Skip to content

Commit

Permalink
[BUGFIX] Fix Makefile command #265
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdm authored Mar 31, 2020
2 parents 17034c5 + 212db5e commit b71e71d
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 @@ -34,7 +34,7 @@ help:

${PIP_BIN}:
python3 -m venv .venv
${PIP_BIN} pip -U pip
${PIP_BIN} install -U pip

${APP_BIN}: ${PIP_BIN}
${PIP_BIN} install -r docker/requirements.txt
Expand Down

0 comments on commit b71e71d

Please sign in to comment.