To begin using pyvet
run the following:
pip install pyvet
Check out the Jupyter notebook for some examples if you just want to get up and running quickly.
Clone the pyvet
git repo.
git clone git@github.com:cterrazas2/pyvet.git
Or use the gh
cli:
gh clone git@github.com:cterrazas2/pyvet.git
PyVet uses Poetry for management of dependencies and virtual environments. To install the dependencies, run
poetry install
then
poetry poetry shell
to activate the virtual environment.