create envactivate envcreate requirements.txtinstall the requiremts
'''pip install -r requirements.txt'''download data from kaggle winequality...
https://drive.google.com/drive/folders/1xw0XX-WK74uxtFFLySbtnX-ODdmdK5Ec
git initdvc initdvc 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.gitgit branch -M maingit push -u origin maintox command
toxfor rebuilding
tox -rpytest command
pytest -vsetup command -
pip install -e .