Installing the PoPy python driver for PostgreSQL
------------------------------------------------


* From source tarball:

  Download PoPy's source tarball from ftp://popy.sourceforge.net/pub/popy/
  and do:

      tar zxvf PoPy-3.0-beta1.tar.gz
      cd PoPy-3.0-beta1
      ./configure
      make
      make install

  The 'configure' will take care of finding python's path for modules
  and generate the appropriate Makefiles.


* From debian packages:
 
  Download PoPy's debian packages from ftp://popy.sourceforge.net/pub/popy/debian/
  and install it using:

      dpkg -i python-popy_3.0-beta1_<arch>.deb   
     
  where <arch> is the hardware architecture you're using.

  Please refer to Debian's documentation if you need extra help.

* From anonymous CVS:

  Grab the PoPy files from the anonymous cvs doing:

  cvs -d:pserver:anonymous@cvs.popy.sourceforge.net:/cvsroot/popy login
  cvs -z3 -d:pserver:anonymous@cvs.popy.sourceforge.net:/cvsroot/popy co popy

  then, do:

      cd PoPy
      ./autogen.sh
      make
      make install

Enjoy!

The PoPy development team
