Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

0_Setup.md 558 B

You have to be logged in to leave a comment. Sign In

0 - Setup

Python & Virtualenv

Use your favorite tool to create a virtualenv with Python 3.8. E.g., with pyenv:

pyenv install 3.8.3  # Only once, not required if you already have python 3.8.3 installed
pyenv virtualenv 3.8.3 dvc-formation-20211112
pyenv activate dvc-formation-20211112

Then install python packages:

pip install -r requirements.txt

Check dvc is installed by running dvc version in your terminal. You should see:

Dvc version


Next: :one: DVC Basics

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...