We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e55dd5 commit 99d39c5Copy full SHA for 99d39c5
Makefile
@@ -2,7 +2,7 @@
2
.DEFAULT_GOAL := help
3
4
install: ## Create environment and install dependencies
5
- pipenv --three && pipenv install --deploy
+ pipenv --three && pipenv sync --dev
6
7
env: ## Run pipenv shell
8
pipenv shell
0 commit comments