Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core

Commits:
3b2a3e19 by Mark Sapiro at 2018-06-21T23:16:37Z
pip install psycopg2 is deprecated. It should be psycopg2-binary.
- - - - -
bf582d1f by Abhilash Raj at 2018-06-22T04:16:06Z
Merge branch 'psycopg2' into 'master'

pip install psycopg2 is deprecated. It should be psycopg2-binary.

See merge request mailman/mailman!401
- - - - -


1 changed file:

- src/mailman/docs/database.rst


Changes:

=====================================
src/mailman/docs/database.rst
=====================================
@@ -43,7 +43,7 @@ help.  Let's say you create the `mailman` database in 
PostgreSQL via::
 
 You would also need the Python driver `psycopg2` for PostgreSQL::
 
-    $ pip install psycopg2
+    $ pip install psycopg2-binary
 
 You would then need to set both the `class` and `url` variables in
 `mailman.cfg` like so::



View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/7fe314cfe9d6225615aa1011a748159e6d5655fa...bf582d1f5e902cb0c5ebff22049ba41e04217bef

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/compare/7fe314cfe9d6225615aa1011a748159e6d5655fa...bf582d1f5e902cb0c5ebff22049ba41e04217bef
You're receiving this email because of your account on gitlab.com.
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to