Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 268 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 268 Bytes

Tutorial: Get started with Data Version Control (DVC)

1. Create and activate virtual environment

Create virtual environment

python3 -m venv .venv
source .venv/bin/activate

2. Install python libraries

pip install -r requirements.txt