Skip to content

Commit d9b0127

Browse files
authored
installation updates (#136)
1 parent c62f181 commit d9b0127

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you're new to CocoIndex 🤗, we recommend checking out the 📖 [Documentati
3333
1. Install CocoIndex Python library
3434

3535
```bash
36-
pip install cocoindex
36+
pip install -U cocoindex
3737
```
3838

3939
2. Setup Postgres with pgvector extension; or bring up a Postgres database using docker compose:

docs/docs/getting_started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To follow the steps in this guide, you'll need:
1212

1313
## 🌴 Install CocoIndex
1414
```bash
15-
pip install cocoindex
15+
pip install -U cocoindex
1616
```
1717

1818
## 📦 Install Postgres

docs/docs/getting_started/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ We'll need to install a bunch of dependencies for this project.
2121
1. Install CocoIndex:
2222

2323
```bash
24-
pip install cocoindex
24+
pip install -U cocoindex
2525
```
2626

2727
2. You can skip this step if you already have a Postgres database with pgvector extension installed.

0 commit comments

Comments
 (0)