summaryrefslogtreecommitdiff
path: root/doc/src/install.rst
Commit message (Collapse)AuthorAgeFilesLines
* Report ticket 518 fixedDaniele Varrazzo2017-03-111-8/+11
| | | | | The fix is actually implemented in the openssl1 branch of https://github.com/psycopg/psycopg2-wheels
* Added install section to specify how to skip wheelsDaniele Varrazzo2017-03-031-7/+39
|
* Document installation from wheel packagesDaniele Varrazzo2017-02-161-145/+77
|
* Dropped support for Python 3.1Daniele Varrazzo2017-02-061-1/+1
|
* Consider Python 3.6 and Postgres 9.6 supportedDaniele Varrazzo2017-01-031-2/+2
|
* Enforce dependency on libpq version >= 9.1Daniele Varrazzo2016-08-151-1/+2
| | | | | | | | PGRES_COPY_BOTH was introduced in 9.1: we can ifdef the hell out of pgpath, but we may as well bury the dead horses instead of beating them. They smell funny, too.
* Stop compiling with Python 2.5Daniele Varrazzo2016-08-151-1/+1
|
* Docs wrappingDaniele Varrazzo2016-07-011-4/+6
|
* Document that the libpq must be available at runtimeDaniele Varrazzo2016-07-011-0/+10
| | | | Fix issue #408.
* Merge pull request #373 from nonZero/patch-1Daniele Varrazzo2016-03-101-1/+9
|\ | | | | Suggest installing psycopg2 in windows using pip
| * Suggest installing psycopg2 in windows using pipUdi Oron2015-11-101-1/+9
| | | | | | | | pip is becoming the standard method for installing python packages, and now binary wheels are a better and easier option for users: https://github.com/psycopg/psycopg2/issues/368
* | Start advertising Py 3.5 supportDaniele Varrazzo2016-03-101-1/+1
|/
* Added info about running the test suite in the docsDaniele Varrazzo2014-08-241-2/+29
| | | | | They were in the INSTALL file, which is quite out-of-date now. Also fixed a couple of other things.
* Document PostgreSQL 9.4 as supportedDaniele Varrazzo2014-08-131-1/+1
| | | | | | | Actually there is a test failing in the test suite in PG 9.4beta2, but it's probably because the default logging level is to DEBUG. Will wait for the final release to check if the test is to be fixed. All other tests pass no problem.
* Fix supported Py/PG versions in docsDaniele Varrazzo2014-08-041-2/+5
|
* Dropped support for Python 2.4Daniele Varrazzo2013-03-201-1/+1
|
* Note than Python 3.3 is supported in install docsDaniele Varrazzo2013-03-201-1/+1
|
* Added install section to the manualDaniele Varrazzo2012-10-071-0/+258