Created
April 29, 2022 09:45
-
-
Save twyle/744daa5d6b53a67346ac5f2eec518c80 to your computer and use it in GitHub Desktop.
The Project Makefile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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