A project template which includes all setup for a Python 3.10 Data Science project
PROJECT_URL
- python3.10
- pip
- pip-tools or conda
Create and activate your virtual environment.
Developers:
scripts/setup-development.shUsers:
pip install . -r requirements.txt -c constraints.txtpytest tests