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