You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/TutteInstitute/toponymy.git
cd toponymy
Install Python dependencies
# Install the package in development mode
uv sync --extra dev --extra example-notebooks
# For documentation development (read the docs)
uv sync --extra dev --extra example-notebooks --extra doc
Install Ollama: See https://ollama.com/download and ollama pull llama3.2:1b. Optional, but needed for running the full test suite locally.