We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a8fe9 commit 5058372Copy full SHA for 5058372
1 file changed
Makefile
@@ -15,10 +15,10 @@ help:
15
@grep -E '^[a-zA-Z_-]+:.*?# .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?# "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
16
17
install: # Install base requirements to run project
18
- $(PIP) install -r requirements.txt --break-system-packages
+ $(PIP) install -r requirements.txt
19
20
dev-install: # Install developer requirements + base requirements
21
- $(PIP) install -r test-requirements.txt --break-system-packages
+ $(PIP) install -r test-requirements.txt
22
23
setup: # Set up the project database
24
$(PYTHON) manage.py migrate ${local_config}
0 commit comments