Author: Alex Gaynor <[email protected]>
Branch: 
Changeset: r67632:0095cce3360c
Date: 2013-10-26 10:57 -0700
http://bitbucket.org/pypy/pypy/changeset/0095cce3360c/

Log:    Format these blocks nicer

diff --git a/pypy/doc/getting-started.rst b/pypy/doc/getting-started.rst
--- a/pypy/doc/getting-started.rst
+++ b/pypy/doc/getting-started.rst
@@ -51,7 +51,9 @@
 ---------------
 
 PyPy is ready to be executed as soon as you unpack the tarball or the zip
-file, with no need to install it in any specific location::
+file, with no need to install it in any specific location:
+
+.. code-block:: console
 
     $ tar xf pypy-2.1.tar.bz2
     $ ./pypy-2.1/bin/pypy
@@ -71,14 +73,12 @@
 If you want to install 3rd party libraries, the most convenient way is to
 install distribute_ and pip_:
 
+.. code-block:: console
+
     $ curl -O http://python-distribute.org/distribute_setup.py
-
     $ curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
-
     $ ./pypy-2.1/bin/pypy distribute_setup.py
-
     $ ./pypy-2.1/bin/pypy get-pip.py
-
     $ ./pypy-2.1/bin/pip install pygments  # for example
 
 3rd party libraries will be installed in ``pypy-2.1/site-packages``, and
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to