Skip to content

Instantly share code, notes, and snippets.

@twyle
Created May 14, 2022 08:29
Show Gist options
  • Save twyle/803e876ee67491ce10389c9fd274fbe2 to your computer and use it in GitHub Desktop.
Save twyle/803e876ee67491ce10389c9fd274fbe2 to your computer and use it in GitHub Desktop.
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
test:
@python -m pytest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment