From ea460864a647f732f1008146fd9a47e5dccaee7e Mon Sep 17 00:00:00 2001 From: mstoeck3 Date: Mon, 8 Dec 2025 21:14:06 +0100 Subject: [PATCH] readme for windows --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 186adfa..fb622da 100644 --- a/README.md +++ b/README.md @@ -203,14 +203,19 @@ This project uses [uv](https://github.com/astral-sh/uv) for dependency managemen git clone cd semeion -# virtual environment +# Create virtual environment uv venv --python 3.13 -# activate environment +# Activate environment source .venv/bin/activate # Linux/macOS +# .venv\Scripts\activate # Windows -# dependencies +# Install dependencies uv pip install -r requirements.txt -e . + +# Configure environment +cp .env.example .env +# Edit .env with your Qdrant and LLM endpoint configurations ``` ### Running