readme for windows

This commit is contained in:
2025-12-08 21:14:06 +01:00
parent 58359294bc
commit ea460864a6

View File

@@ -203,14 +203,19 @@ This project uses [uv](https://github.com/astral-sh/uv) for dependency managemen
git clone <repository-url>
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