DVC requirements - how and where to install it?

I need know the requisites to install the DVC:

  • Server Specifications (ram, cpu, etc),
  • -Type of Operative System (Linux is better of Windows?),
  • Dependences of another application (as GIT)
  • Others issues that we have to consider

Copy pasting @kupruser 's answer:

Hi Maria!

There are no requirements for ram, cpu or any other specs to run dvc. Basically, if your server is able to run git, it will be able to run dvc :slight_smile: DVC supports Linux, Mac and Windows. But the best experience, as with any CLI tool, will be on Linux or Mac. DVC can run without any scm, but you’ll get the best experience with git.

Thanks,
Ruslan

2 Likes