~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Federico Di Gregorio
  • Date: 2005-11-20 04:54:33 UTC
  • Revision ID: fog-103d49c98779617785445beaea41dde2a376c085
Fixed problem in microseconds conversion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
to install system-wide.
17
17
 
18
18
 
 
19
Using setuptools and EasyInstall
 
20
================================
 
21
 
 
22
If setuptools are installed on your system you can easily create an egg for
 
23
psycopg and install it. Download the source distribution (if you're reading
 
24
this file you probably already have) and then edit setup.cfg to your taste
 
25
and build from the source distribution top-level directory using:
 
26
 
 
27
    easy_install .
 
28
 
 
29
 
19
30
Compiling under Windows with mingw32
20
 
************************************
 
31
====================================
21
32
 
22
33
You can compile psycopg under Windows platform with mingw32 compiler. The
23
34
software required is: