Skip to content

🚀 Installation Guide

Follow these steps to install and use the tool:


1. Install Ollama

On Linux:

curl -fsSL https://ollama.com/install.sh | sh

On Windows or macOS:

Download the installer from:
https://ollama.com/download


2. Install the Package

You have two options:

🔹 Option A – Install from PyPI:

pip install llm_extractinator

🔹 Option B – Install from a Local Clone:

git clone https://github.com/DIAGNijmegen/llm_extractinator.git
cd llm_extractinator
pip install -e .