I strongly recommend the use of uv to manage dependencies - download here:
>>> uv sync
>>> uv pip install -e .Otherwise, the following default pip install should work (not yet tested):
>>> python -m venv .venv
>>> source .venv/bin/activate
>>> pip install .Currently, all the experiments live in notebooks in the notebooks/ dir. These are being moved into proper .py files as the structure begins to coalesce.
>>> uv run pytest