[Checkins] SVN: psycopgda/trunk/README.txt - Update instructions a bitt

Sidnei da Silva sidnei at enfoldsystems.com
Thu Oct 11 13:49:19 EDT 2007


Log message for revision 80853:
   - Update instructions a bitt

Changed:
  U   psycopgda/trunk/README.txt

-=-
Modified: psycopgda/trunk/README.txt
===================================================================
--- psycopgda/trunk/README.txt	2007-10-11 17:44:36 UTC (rev 80852)
+++ psycopgda/trunk/README.txt	2007-10-11 17:49:19 UTC (rev 80853)
@@ -10,15 +10,20 @@
 1. Check out the psycopgda package into a directory in your
    PYTHONPATH.  INSTANCE_HOME/lib/python or Zope3/src is usually the
    most convenient place:
-
  
-   svn co svn://svn.zope.org/repos/main/psycopgda/trunk psycopgda
+   svn co svn://svn.zope.org/repos/main/psycopgda/trunk/psycopgda psycopgda
 
-
 2. Copy `psycopg-configure.zcml` to the `package-includes` directory
    of your Zope instance.
 
 
+You can also use the eggified version, by installing it sitewide:
+
+   easy_install -U psycopgda
+
+If you're using buildout, just by listing psycopgda in the 'eggs' key
+of your buildout.cfg, then buildout should be able to find and fetch it.
+
 Creating Database Connections
 ------------------------------
 



More information about the Checkins mailing list