Skip to content
This repository has been archived by the owner on Nov 28, 2021. It is now read-only.

likhith00/simple_dvc_demo

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published