Installation
As this is a beta release, it's recommended to install MetaZoo in a virtual environment. I really recomend using uv package manager.
To install MetaZoo from GitHub.
uv add "metazoo @ git+https://github.com/roicort/MetaZoo@main#subdirectory=metazoo"
Or, if you are developing locally, clone the repository and install with:
git clone https://github.com/roicort/MetaZoo.git
cd playground
uv run