readme for windows
This commit is contained in:
11
README.md
11
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user