changeset 312:c6abd01fe3e1

added link to assembla to docs
author catherine@Elli.myhome.westell.com
date Sat, 28 Mar 2009 11:42:38 -0400
parents 38ac0fbb2b63
children 22fc9a350eaa
files docs/source/intro.rst
diffstat 1 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/docs/source/intro.rst	Thu Mar 26 23:13:27 2009 -0400
+++ b/docs/source/intro.rst	Sat Mar 28 11:42:38 2009 -0400
@@ -11,7 +11,13 @@
 focuses on the places where SQLPython differs.
 
 SQLPython was created by `Luca Canali <http://canali.web.cern.ch/canali/>`_ at CERN.  Most new development
-has been done by `Catherine Devlin <http://catherinedevlin.blogspot.com/>`_.
+has been done by `Catherine Devlin <http://catherinedevlin.blogspot.com/>`_.  The development trunk (very unstable) is at `assembla <https://www.assembla.com/wiki/show/sqlpython>`_; you can install the trunk on your machine with::
+
+	hg clone http://hg.assembla.com/sqlpython sqlpython
+	cd sqlpython
+	python setup.py develop
+
+Using `hg pull`, `hg update` subsequently will update from the current trunk.
 
 SQLPython is based on the Python standard library's 
 `cmd <http://docs.python.org/library/cmd.html#module-cmd>`_ module, and on an extension 
@@ -20,4 +26,4 @@
 `Senora <http://senora.sourceforge.net/>`_ and `YASQL <http://sourceforge.net/projects/yasql>`_.
 
 SQLPython is currently only compatible with Oracle databases.  Expanding it to other RDBMS is a dream
-for "one fine day".  Call it "SQLPython 3000".
\ No newline at end of file
+for "one fine day".  Call it "SQLPython 3000".