Skip to content

Latest commit

 

History

History
68 lines (63 loc) · 830 Bytes

README.md

File metadata and controls

68 lines (63 loc) · 830 Bytes
create env
activate env
create requirements.txt

install the requiremts

'''pip install -r requirements.txt'''

download data from kaggle winequality...

https://drive.google.com/drive/folders/1xw0XX-WK74uxtFFLySbtnX-ODdmdK5Ec

git init
dvc init
dvc add data...
git add .
git commit -m "first commit"
#for one line
git add . && git commit -m "update README.md"
git add .
git commit -m "update README.md"
git remote add origin https://github.com/Neel7317/simple-dvc-demo.git
git branch -M main
git push -u origin main

tox command

tox

for rebuilding

tox -r

pytest command

pytest -v

setup command -

pip install -e .