Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 866 Bytes

installation.md

File metadata and controls

48 lines (31 loc) · 866 Bytes

Install

Pip

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.

Required software for local development

Git

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

Poetry

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.