Python Data Science Project Template
build command from Makefile creates local environment for project development. The command performs following actions:
- Create
pyenvvirtual environment withpythonversion noted in Makefile - Install dependencies listed in requirement-dev.txt file
- Setup
pre-commitby installing dependencies listed in .pre-commit-config.yaml file - Install ipykernel for jupyter notebook environment
make build