[Checkins] SVN: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/README.txt updated

Andreas Jung andreas at andreas-jung.com
Thu May 10 13:37:54 EDT 2007


Log message for revision 75677:
  updated
  

Changed:
  U   z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/README.txt

-=-
Modified: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/README.txt
===================================================================
--- z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/README.txt	2007-05-10 17:35:43 UTC (rev 75676)
+++ z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/README.txt	2007-05-10 17:37:54 UTC (rev 75677)
@@ -45,7 +45,26 @@
 
     - SQLAlchemy 0.3.6 or higher   
 
+    - Python 2.4+
 
+
+Installation:
+=============
+
+  - using easy_install:
+
+      > easy_install z3c.sqlalchemy
+
+    use the --no-deps option if you don't want the zope.* eggs installed 
+
+
+  - using Python directly:
+
+      > python2.4 setup.py install
+
+   (or using python2.5)
+
+
 Usage
 =====
 



More information about the Checkins mailing list