Link Search Menu Expand Document

Setup 🛠️

Requirements

  • 🐍 Python >=3.10
  • 🔑 API keys for LLM services like OpenAI, Anthropic and Groq and / or a running Ollama instance

Installation

Install with pip

Create a Python virtual environment

python3 -m venv venv

Activate the environment

source venv/bin/activate

Install dygest

pip install dygest

Install from source

Clone this repository

git clone https://github.com/tsmdt/dygest.git
cd dygest

Create a Python virtual environment

python3 -m venv venv

Activate the environment

source venv/bin/activate

Install dygest

pip install .