Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit970629c

Browse files
committed
venv
1 parent76ea477 commit970629c

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)

[8]ページ先頭

©2009-2025 Movatter.jp