๐Ÿฆ‰DVC Profile picture
Nov 16 โ€ข 7 tweets โ€ข 4 min read
๐Ÿฆ‰Wanna get started with DVC on your own machine? Here's how you can get started๐Ÿ‘‡

๐ŸŽ MacOS
๐ŸชŸ Windows
๐Ÿ–ฅ๏ธ Linux
๐Ÿ Python Package
๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป VS Code Extension

@Iterativeai @DVCorg
#mac #windows #linux #code

๐Ÿงต [1/7]
๐ŸŽ MacOS

The recommended way to install dvc on Mac is using @MacHomebrew with command โ€œbrew install dvcโ€ โ˜•๏ธ

๐Ÿงต [2/7]
๐ŸชŸ Windows

If you are on Windows, we recommend installing Chocolatey. Then using the command โ€œchoco install dvcโ€ ๐Ÿซ

๐Ÿงต [3/7]
๐Ÿ–ฅ๏ธ Linux

We can use Snap to install DVC on Linux using โ€˜โ€™snap install --classic dvcโ€๐Ÿซฐ

๐Ÿงต [4/7]
๐Ÿ Python Package

For installing DVC as a Python Package using pip. Simply use the โ€œpip install dvcโ€ command.

We strongly recommend creating a virtual environment to encapsulate your local environment.

๐Ÿงต [5/7]
๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป VS Code Extension

Head on to the VS Code extensions section to get started with DVC extension. ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

๐Ÿงต [6/7]
๐Ÿ˜Ž Go ahead, try out DVC yourself

Or head on to documentation to know more dvc.org/doc/install

๐Ÿงต [7/7]

โ€ข โ€ข โ€ข

Missing some Tweet in this thread? You can try to force a refresh
ใ€€

Keep Current with ๐Ÿฆ‰DVC

๐Ÿฆ‰DVC Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @DVCorg

Nov 7
๐Ÿฆ‰ Hereโ€™s some exciting news brief this month from Iterative Community ๐Ÿ‘‡

๐Ÿค October Meetup
๐ŸŽ‰ Hacktoberfest
๐Ÿฒ DVC-Hydra Integration
โ™พ๏ธ CML in Research
๐Ÿ“„ DVC Wikipedia Page

@Iterativeai @DVCorg
#mlOps #data #pipeline #dag

๐Ÿงต [1/7]
๐Ÿค October Meetup

@NadiaIIT presented her team's research on Collaboration Challenges in Building ML-Enabled Systems in the October Meetup. If you missed it, visit .

๐Ÿงต [2/7]
๐ŸŽ‰ Hacktoberfest

Contributions are pouring in, as Hacktoberfest proceeds. Find out all the issues with #hacktoberfest tags in our repos.

๐Ÿงต [3/7]
Read 7 tweets
Sep 2
For all the devs out there willing to contribute to DVC, here is a quick guide to contributing to iterative/dvc repo
๐Ÿž Open a new issue
๐Ÿ’ป Set up a dev environment
๐Ÿด Fork iterative/dvc
๐Ÿงช Add tests and run them locally
โฌ†๏ธ Submit a pull request
@iterativeai

๐Ÿงต [1/7]
๐Ÿž Open a new issue

Open a new issue in the issue tracker, whether it be a bug report or a feature request. ๐Ÿ‘‡๐Ÿฝ
github.com/iterative/dvc/โ€ฆ

๐Ÿงต[2/7]
๐Ÿด Fork iterative/dvc

Fork iterative/dvc and then clone it into your local computer to start contributing.

๐Ÿงต[3/7]
Read 8 tweets
Aug 23
๐Ÿฆ‰ Here are some of the cool commands you can try out right now in the DVC command line interface!

๐Ÿ’ป dvc dag
๐ŸงŠ dvc freeze
๐Ÿ“ฆ dvc move
๐Ÿ“Š dvc metrics show
๐Ÿงน dvc gc

๐Ÿงต [1/7]
๐Ÿ’ป dvc dag

๐š๐šŸ๐šŒ ๐š๐šŠ๐š is very helpful in quickly checking out the stages of a pipeline up to the target stage in a simple visual representation. If the target is omitted, it will show the full project DAG.

๐Ÿงต [2/7]
๐ŸงŠ dvc freeze

๐š๐šŸ๐šŒ ๐š๐š›๐šŽ๐šŽ๐šฃ๐šŽ helps us to freeze stages until ๐š๐šŸ๐šŒ ๐šž๐š—๐š๐š›๐šŽ๐šŽ๐šฃ๐šŽ is used on them. Frozen stages are never executed by ๐š๐šŸ๐šŒ ๐š›๐šŽ๐š™๐š›๐š˜.

๐Ÿงต [3/7]
Read 7 tweets
Jul 12
๐Ÿฆ‰ Did you hear? By popular demand, CML.dev now supports @Bitbucket Pipelines, rounding out our coverage of the leading version control platforms! ๐ŸŽ‰

๐Ÿงต 1/6
You can get started with CML in @Bitbucket by forking this repo and cloning it to your local workstation.

๐Ÿ‘‰๐Ÿฝ bitbucket.org/iterative-ai/eโ€ฆ

2/6 Image
Follow these instructions to configure a @Bitbucket token for CML.
โš™๏ธ cml.dev/doc/self-hosteโ€ฆ

And these instructions to enable the Pull Request Commit Links application.
๐Ÿ”— cml.dev/doc/ref/send-cโ€ฆ

3/6
Read 6 tweets
Jun 14
๐Ÿฆ‰๐Ÿ“ฃToday we introduce the DVC extension for VS Code! Now the power of DVC is magnified with @code !

๐Ÿงต1/
๐Ÿ“’ ๐—˜๐˜…๐—ฝ๐—ฒ๐—ฟ๐—ถ๐—บ๐—ฒ๐—ป๐˜ ๐—•๐—ผ๐—ผ๐—ธ๐—ธ๐—ฒ๐—ฒ๐—ฝ๐—ถ๐—ป๐—ด

Quickly run new experiments and compare their resulting metrics in the experiments table. Use the command palette or buttons to run new experiments, or add them to the queue for later.

2/6
๐Ÿงช ๐—˜๐˜…๐—ฝ๐—ฒ๐—ฟ๐—ถ๐—บ๐—ฒ๐—ป๐˜ ๐—ง๐—ฟ๐—ฎ๐—ฐ๐—ธ๐—ถ๐—ป๐—ด

Manage all the versions of your experiments tracked throughout your project with Git and DVC.

3/7
Read 7 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(