Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 192 Bytes

Readme.md

File metadata and controls

12 lines (9 loc) · 192 Bytes

TDD Exercises for Data Scientists

Setup

# step 0: install pyenv if not present
# step 1: clone the repo
python -m venv venv
. venv/bin/activate
pip install -r requirements.txt