ds-project-template
Template for creating ds simple projects
Requirements
- pyenv
- python==3.9.4
Setup
For this purpose you use following commands:
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
Remarks
Data or Models folder content should not be pushed to github.