/docs/source/start/downloading.rst
ReStructuredText | 26 lines | 16 code | 10 blank | 0 comment | 0 complexity | 336031cb4916a2dff5d40aa1cd7718d0 MD5 | raw file
1Downloading 2=========== 3 4 5Latest Stable Release 6--------------------- 7 8The latest stable releases can be downloaded from the 9`Downloads <http://bitbucket.org/circuits/circuits/downloads/>`_ page 10(*specifically the Tags tab*). 11 12 13Latest Development Source Code 14------------------------------ 15 16We use `Mercurial <http://mercurial.selenic.com/>`_ for source control 17and code sharing. 18 19The latest development branch can be cloned using the following command: 20 21.. code-block:: sh 22 23 $ hg clone https://bitbucket.org/circuits/circuits/ 24 25For further instructions on how to use Mercurial, please refer to the 26`Mercurial Book <http://mercurial.selenic.com/wiki/MercurialBook>`_.