From df4dd005857aba57353d7ff35040712ddc60c5bb Mon Sep 17 00:00:00 2001 From: Alexander Zawadzki Date: Thu, 30 May 2019 18:03:47 +0100 Subject: README.rst: tidy up redundant instructions (#1061) * README.rst: tidy up redundant instructions Remove the README section which detailed how to force `psycopg2` 2.7 dependency installation from source rather than binary. `psycopg2` 2.7 would automatically favour installation from binary. A bug affecting some users made it desirable to have the option to install from source instead. The README detailed how to do this using pip's `--no-binary` option (nice!). `psycopg2` 2.8 has now split the binary and source dependencies into different packages with different names (source: [psycopg2 docs](http://initd.org/psycopg/docs/install.html#change-in-binary-packages-between-psycopg-2-7-and-2-8)) which makes the `--no-binary` instructions redundant. To specify source/binary you now need to explicitly specify the desired package. As of #1060, installing `pgcli` from pip will result in the installation of `psycopg2` 2.8 from source. * README: additional instructions for psycopg2 2.7 users Anyone limited to psycopg2 2.7 may still encounter some known issues when installing from binary. Add a link to the README to acknowledge this, and help those users install it from source. * Update changelog.rst * Update AUTHORS * Update changelog --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index 268c6b19..1e8169b9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -96,6 +96,7 @@ Contributors: * Zhaolong Zhu * Zane C. Bowers-Hadley * Telmo "Trooper" (telmotrooper) + * Alexander Zawadzki Creator: -------- -- cgit v1.2.3