diff options
| author | Federico Di Gregorio <fog@initd.org> | 2004-10-19 03:17:12 +0000 |
|---|---|---|
| committer | Federico Di Gregorio <fog@initd.org> | 2004-10-19 03:17:12 +0000 |
| commit | c904d97f696a665958c2cc43333d09c0e6357577 (patch) | |
| tree | de88cb1cb6a48230f79bc0b532835d26a33660e9 /INSTALL | |
| download | psycopg2-c904d97f696a665958c2cc43333d09c0e6357577.tar.gz | |
Initial psycopg 2 import after SVN crash.
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +Compiling and installing psycopg +******************************** + +While psycopg 1.x used autoconf for its build process psycopg 2 switched to +the more pythoning setup.py. Currently both psycopg's author and distutils +have some limitations so the file setup.cfg is almost unused and most build +options are hidden in setup.py. Before building psycopg look at the very +first lines of setup.py and change any settings to follow your system (or +taste); then: + + python setup.py build + +to build in the local directory; and: + + python setup.py install + +to install system-wide. + |
