Mercurial > sqlpython
comparison docs/source/intro.rst @ 313:22fc9a350eaa
finally, ls working right
author | catherine@Elli.myhome.westell.com |
---|---|
date | Mon, 30 Mar 2009 13:15:36 -0400 |
parents | c6abd01fe3e1 |
children | 3efffbf7481f |
comparison
equal
deleted
inserted
replaced
312:c6abd01fe3e1 | 313:22fc9a350eaa |
---|---|
11 focuses on the places where SQLPython differs. | 11 focuses on the places where SQLPython differs. |
12 | 12 |
13 SQLPython was created by `Luca Canali <http://canali.web.cern.ch/canali/>`_ at CERN. Most new development | 13 SQLPython was created by `Luca Canali <http://canali.web.cern.ch/canali/>`_ at CERN. Most new development |
14 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:: | 14 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:: |
15 | 15 |
16 hg clone http://hg.assembla.com/python-cmd2 cmd2 | |
17 cd cmd2 | |
18 python setup.py develop | |
19 | |
16 hg clone http://hg.assembla.com/sqlpython sqlpython | 20 hg clone http://hg.assembla.com/sqlpython sqlpython |
17 cd sqlpython | 21 cd sqlpython |
18 python setup.py develop | 22 python setup.py develop |
19 | 23 |
20 Using `hg pull`, `hg update` subsequently will update from the current trunk. | 24 Using `hg pull`, `hg update` subsequently will update from the current trunk. |