Skip to content

Instantly share code, notes, and snippets.

@twyle
Created April 29, 2022 09:45
Show Gist options
  • Save twyle/744daa5d6b53a67346ac5f2eec518c80 to your computer and use it in GitHub Desktop.
Save twyle/744daa5d6b53a67346ac5f2eec518c80 to your computer and use it in GitHub Desktop.
The Project Makefile
update-pip:
@pip install --upgrade pip
install: update-pip requirements.txt
@pip install -r requirements.txt
install-dev: requirements-dev.txt
@pip install -r requirements-dev.txt
run:
@python manage.py run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment