# HG changeset patch # User catherine@Elli.myhome.westell.com # Date 1238254958 14400 # Node ID c6abd01fe3e11fbe3df42c8180c02081789a008d # Parent 38ac0fbb2b63beef7073097773bd5e6ebdda5ae1 added link to assembla to docs diff -r 38ac0fbb2b63 -r c6abd01fe3e1 docs/source/intro.rst --- 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 `_ at CERN. Most new development -has been done by `Catherine Devlin `_. +has been done by `Catherine Devlin `_. The development trunk (very unstable) is at `assembla `_; 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 `_ module, and on an extension @@ -20,4 +26,4 @@ `Senora `_ and `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".