Skip to content

Commit f8d3373

Browse files
committed
docs: update documentation to refer to psycopg3
It's the newer version with broader support for new packages (e.g. numpy2). closes freqtrade#12409
1 parent f1d48c8 commit f8d3373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ The following systems have been tested and are known to work with freqtrade:
134134
### PostgreSQL
135135
136136
Installation:
137-
`pip install psycopg2-binary`
137+
`pip install "psycopg[binary]"`
138138

139139
Usage:
140-
`... --db-url postgresql+psycopg2://<username>:<password>@localhost:5432/<database>`
140+
`... --db-url postgresql+psycopg://<username>:<password>@localhost:5432/<database>`
141141

142142
Freqtrade will automatically create the tables necessary upon startup.
143143

0 commit comments

Comments
 (0)