diff --git a/docs/docs/how-tos/persistence.ipynb b/docs/docs/how-tos/persistence.ipynb index 8836519ef..8a9a6fee2 100644 --- a/docs/docs/how-tos/persistence.ipynb +++ b/docs/docs/how-tos/persistence.ipynb @@ -184,7 +184,7 @@ "??? example \"Example: using [Postgres](https://pypi.org/project/langgraph-checkpoint-postgres/) checkpointer\"\n", "\n", " ```\n", - " pip install -U psycopg psycopg-pool langgraph langgraph-checkpoint-postgres\n", + " pip install -U \"psycopg[binary,pool]\" langgraph langgraph-checkpoint-postgres\n", " ```\n", "\n", " !!! Setup\n", @@ -1129,7 +1129,7 @@ "??? example \"Example: using [Postgres](https://pypi.org/project/langgraph-checkpoint-postgres/) store\"\n", "\n", " ```\n", - " pip install -U psycopg psycopg-pool langgraph langgraph-checkpoint-postgres\n", + " pip install -U \"psycopg[binary,pool]\" langgraph langgraph-checkpoint-postgres\n", " ```\n", "\n", " !!! Setup\n",