create env
conda create -n wineq python=3.7 -y
activate env
conda activate wineq
created a requirments file
install the requirments
pip install -r requirements.txt
git init
dvc init
dvc add data_given/winequality.csv
updates for readme
git add .
git commit -m "first commit"
git add . && git commit -m "update Readme.md"
git push origin main
tox command -
tox
for rebuilding -
tox -r
pytest
pytest -v
setup commands -
pip install -e .
build your own package commands -
python setup.py sdist bdist_wheel