Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 478 Bytes

README.md

File metadata and controls

51 lines (37 loc) · 478 Bytes

create env

conda create -n wineq python=3.8 -y

activate env

conda activate wineq

Create req file

pip install -r requirements.txt

git init

dvc init

dvc add data_given/winequality.csv

git add .

git commit -m "Commmit message"

TOX `` tox


for rebuilding
``` bash
tox -r

pytest command

pytest -v

set up commands

pip install -e .

To build your own package commands

python setup.py sdist bdist_wheel