Skip to content

Commit 970629c

Browse files
committed
venv
1 parent 76ea477 commit 970629c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
This example application requires a PostgreSQL database with the PostgresML and pgvector extensions installed. The easiest way to get one is to sign up
66
for a free database on [postgresml.org](https://postgresml.org).
77

8+
### Virtualenv
9+
10+
It's recommended to use a virtual environment to run this example. You can create one using the following commands:
11+
12+
```bash
13+
python3 -m venv venv
14+
source venv/bin/activate
15+
pip install -r requirements.txt
16+
```
817

918
### Setting `DATABASE_URL`
1019

0 commit comments

Comments
 (0)