[z3-checkins] r28383 - z3/sqlos/trunk/src/sqlos
jinty at codespeak.net
jinty at codespeak.net
Tue Jun 6 15:57:58 CEST 2006
Author: jinty
Date: Tue Jun 6 15:57:54 2006
New Revision: 28383
Modified:
z3/sqlos/trunk/src/sqlos/README.txt
Log:
Tweak noted by Roy Mathew.
Modified: z3/sqlos/trunk/src/sqlos/README.txt
==============================================================================
--- z3/sqlos/trunk/src/sqlos/README.txt (original)
+++ z3/sqlos/trunk/src/sqlos/README.txt Tue Jun 6 15:57:54 2006
@@ -130,11 +130,11 @@
You can easily install sqlos from the python cheeseshop using easy_install.
To do this, you will have to first install setuptools_.
-For example, this command will install sqlos and it's dependencies in
-~/lib/python2.4/site-packages. Note that ~/lib/python2.4/site-packages should
-be on the python path.
+For example, this command will install the latest version of sqlos and it's
+dependencies in ~/lib/python2.4/site-packages. Note that
+~/lib/python2.4/site-packages should be on the python path.
- $ easy_install --install-dir=~/lib/python2.4/site-packages 'sqlos == 0.2'
+ $ easy_install --install-dir=~/lib/python2.4/site-packages sqlos
After that, you should install the Zope Database Adapter you wish to use and
copy the sqlos-*.zcml package includes (in the includes directory in the
More information about the z3-checkins
mailing list