Skip to content

Commit

Permalink
added utility target
Browse files Browse the repository at this point in the history
  • Loading branch information
christophevg committed Nov 14, 2023
1 parent 0e9718b commit 212c2a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.mak
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@ requirements.local.txt:

.PHONY: requirements.local.txt

clean-requirements:
pip freeze | cut -d'=' -f1 | xargs pip uninstall -y
pip install -r requirements.txt
pip install -r requirements.base.txt

run:
gunicorn -k eventlet -w 1 baseweb-demo:server

0 comments on commit 212c2a4

Please sign in to comment.