alan-ai-learner / dvc_basic_demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commands used -

conda create -n env_name python=3.7 -y
conda activate env_name

or

source activate env_name
pip install dvc
git init
dvc init
dvc repro
touch fileName.extension

About


Languages

Language:Python 100.0%