Task Vectors Playground¶
Playing with those task vectors
Installation¶
Quickstart¶
Development installation¶
Setup the development environment:
git clone git@github.com:crisostomi/task-vectors-playground.git
cd task-vectors-playground
conda env create -f env.yaml
conda activate tvp
pre-commit install
Run the tests:
Update the dependencies¶
Re-install the project in edit mode: