diff -r e0d68c73e351 index.rst --- a/index.rst Tue Aug 21 00:01:53 2012 +0200 +++ b/index.rst Thu Aug 30 00:46:19 2012 -0700 @@ -153,6 +153,15 @@ * Anyone can clone this guide from http://hg.python.org/devguide/. Core developers should use ssh://hg@hg.python.org/devguide instead, so that they can push back their edits to the server. + + In order to clone the repository use this command: + ``hg clone http://hg.python.org/devguide`` + + You will need sphinx-build. This is available on Debian systems as: + ``sudo apt-get install python-sphinx`` + + You can then type: make html. All html files will be located in the _build/html directory. You will want to edit .rst files and then later check the html for it. + * Coding style guides * :PEP:`7` (Style Guide for C Code) * :PEP:`8` (Style Guide for Python Code)