diff --git a/docs/advanced-setup.md b/docs/advanced-setup.md index 88afbef94..72c74dcd6 100644 --- a/docs/advanced-setup.md +++ b/docs/advanced-setup.md @@ -134,10 +134,10 @@ The following systems have been tested and are known to work with freqtrade: ### PostgreSQL Installation: -`pip install psycopg2-binary` +`pip install "psycopg[binary]"` Usage: -`... --db-url postgresql+psycopg2://:@localhost:5432/` +`... --db-url postgresql+psycopg://:@localhost:5432/` Freqtrade will automatically create the tables necessary upon startup.