summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2018-03-23 11:11:50 -0700
committerIrina Truong <i.chernyavska@gmail.com>2018-03-23 11:12:03 -0700
commitdd579cd33001289d1303939831fdc0dff02f761b (patch)
tree553ca7d31cd1caec946297d0f6fdaa56f00b694e /README.rst
parent7ea910236a39fc9aa74e64515c3795951ef5d502 (diff)
Revert to psycopg2, and add instructions for no-binary install.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 858ce7cb..bf5cbd64 100644
--- a/README.rst
+++ b/README.rst
@@ -27,9 +27,17 @@ If you already know how to install python packages, then you can simply do:
$ brew install pgcli # Only on macOS
If you don't know how to install python packages, please check the
-`detailed instructions`__.
+`detailed instructions`_.
-__ https://github.com/dbcli/pgcli#detailed-installation-instructions
+If you have `problems with psycopg2 wheels`_, use the following flags to install psycopg2 from
+source:
+
+::
+
+ $ pip install pgcli --no-binary :all: psycopg2
+
+.. _`detailed instructions`: https://github.com/dbcli/pgcli#detailed-installation-instructions
+.. _`problems with psycopg2 wheels`: http://initd.org/psycopg/articles/2018/02/08/psycopg-274-released/
Usage
-----