diff --git a/README.md b/README.md index 5af880307..3d0e04d21 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ If you're new to CocoIndex 🤗, we recommend checking out the 📖 [Documentati 1. Install CocoIndex Python library ```bash -pip install cocoindex +pip install -U cocoindex ``` 2. Setup Postgres with pgvector extension; or bring up a Postgres database using docker compose: diff --git a/docs/docs/getting_started/installation.md b/docs/docs/getting_started/installation.md index e2854288a..4a4b3f818 100644 --- a/docs/docs/getting_started/installation.md +++ b/docs/docs/getting_started/installation.md @@ -12,7 +12,7 @@ To follow the steps in this guide, you'll need: ## 🌴 Install CocoIndex ```bash -pip install cocoindex +pip install -U cocoindex ``` ## 📦 Install Postgres diff --git a/docs/docs/getting_started/quickstart.md b/docs/docs/getting_started/quickstart.md index 77792cc10..d97c72f9c 100644 --- a/docs/docs/getting_started/quickstart.md +++ b/docs/docs/getting_started/quickstart.md @@ -21,7 +21,7 @@ We'll need to install a bunch of dependencies for this project. 1. Install CocoIndex: ```bash - pip install cocoindex + pip install -U cocoindex ``` 2. You can skip this step if you already have a Postgres database with pgvector extension installed.