1
0
mirror of https://github.com/etesync/server synced 2024-11-25 18:28:46 +00:00

Add psycopg2 as a requirement

Pierre-Alain TORET 2023-01-11 17:41:47 +01:00
parent ea16010afb
commit 23acd3db17

@ -46,6 +46,10 @@ You will need to setup a database to hold your data.
exit
### Configure EteSync for PostgreSQL
One need to add the psycopg2 requirement to what's already installed.
Either load your venv and pip install psycopg2 or add psycopg2 to your requirement.txt and pip install it again.
Either using the .ini configuration file
[database]