This commit is contained in:
Matteo
2020-12-23 13:12:29 +01:00
3 changed files with 3 additions and 4 deletions

View File

@@ -8,8 +8,7 @@ help: ## Show this help
.PHONY: env
env: ## Install pipenv
pip3 install pipenv
pipenv shell --python 3.8
pipenv shell --python 3.9
.PHONY: install
install: env ## Make venv and install requirements