🌐 AI搜索 & 代理 主页
Skip to content

Commit 86c585e

Browse files
authored
Merge pull request #1 from levkk/montana/readme
update instructions
2 parents 45cd3a3 + 46c5490 commit 86c585e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Quick demo with Postgres, PL/Python, and Scikit.
77
Install Python3, pip, and Pl/Python3:
88

99
```bash
10+
sudo apt update
1011
sudo apt install -y postgresql-plpython3-12 python3 python3-pip
1112
```
1213

@@ -31,6 +32,7 @@ sudo pip3 install sklearn
3132
### Run the demo
3233

3334
```bash
35+
mkdir /app/models
3436
psql -f scikit_train_and_predict.sql
3537
```
3638

@@ -74,7 +76,7 @@ cd ../
7476
Run the test:
7577

7678
```
77-
bash -f sql/test.sql
79+
psql -f sql/test.sql
7880
```
7981

8082
Make sure to run it exactly like this, from the root directory of the repo.

0 commit comments

Comments
 (0)