Add Python dependency install step to setup instructions in README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -389,6 +389,15 @@ cp oravector-demo/backend/.env.example oravector-demo/backend/.env
|
|||||||
|
|
||||||
## Setup from scratch
|
## Setup from scratch
|
||||||
|
|
||||||
|
### 0. Python dependencies
|
||||||
|
|
||||||
|
Install all required packages for both backends:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip3 install -r pgvector-demo/backend/requirements.txt --break-system-packages
|
||||||
|
pip3 install -r oravector-demo/backend/requirements.txt --break-system-packages
|
||||||
|
```
|
||||||
|
|
||||||
### 1. PostgreSQL
|
### 1. PostgreSQL
|
||||||
|
|
||||||
**Start the container:**
|
**Start the container:**
|
||||||
|
|||||||
Reference in New Issue
Block a user