[Checkins] SVN: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/README.txt installation instructions added

Andreas Jung andreas at andreas-jung.com
Sat May 5 03:28:30 EDT 2007


Log message for revision 75492:
  installation instructions added
  

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-05 07:17:05 UTC (rev 75491)
+++ z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/README.txt	2007-05-05 07:28:29 UTC (rev 75492)
@@ -143,7 +143,22 @@
    > wrapper = getSAWrapper('my.name')
 
 
+Installation:
+=============
 
+  - either install z3c.sqlalchemy using easy_install from Cheeseshop:
+
+        "easy_install z3c.sqlalchemy"
+
+  - or download the sources from Cheeseshop at
+
+    http://cheeseshop.python.org/pypi/z3c.sqlalchemy/1.0.0
+
+    and install it manually after unpacking the sources:
+
+        "python2.4 setup.py install"""
+
+
 Supported systems
 =================
 z3c.sqlalchemy was developed with Zope 2.8/Zope 3.0 and basically tested against



More information about the Checkins mailing list