[pypy-svn] rev 2585 - pypy/trunk/doc/devel

pmaupin at codespeak.net pmaupin at codespeak.net
Fri Dec 19 17:26:29 CET 2003


Author: pmaupin
Date: Fri Dec 19 17:26:28 2003
New Revision: 2585

Modified:
   pypy/trunk/doc/devel/howtopypy.txt
Log:
Formatting test change

Modified: pypy/trunk/doc/devel/howtopypy.txt
==============================================================================
--- pypy/trunk/doc/devel/howtopypy.txt	(original)
+++ pypy/trunk/doc/devel/howtopypy.txt	Fri Dec 19 17:26:28 2003
@@ -10,6 +10,7 @@
 
 1. Download subversion_ if you do not already have it
 
+
 2. Use subversion to download the source::
 
         svn co http://codespeak.net/svn/pypy/trunk/src
@@ -17,6 +18,7 @@
    If desired, you can also download the documentation::
    
         svn co http://codespeak.net/svn/pypy/trunk/doc
+
    
 3. To start interpreting Python with PyPy::
 
@@ -31,6 +33,7 @@
    object spaces, but the standard space is the one which contains
    the "real" Python interpreter.
 
+
 4. Now you are ready to start running Python code.  Some real Python
    modules will not run yet, and others will run too slowly to be
    worth waiting for, but a few are fun to run::
@@ -43,6 +46,7 @@
    parameter is the number of loops to run through the test, and the
    default is 50000, which is far too many to run this year.
 
+
 5. The PyPy interpreter command line options are listed by typing::
 
         python23 py.py --help
@@ -58,6 +62,7 @@
 
    (Note that this will run forever.)
 
+
 6. The PyPy project uses test-driven-development.  Right now, there are
    a couple of different categories of tests which can be run.
    To run all the unit tests::
@@ -78,6 +83,7 @@
         cd src/pypy/interpreter
         python23 py.py -S -c "import builtin_types_test"
 
+
 7. To learn more about PyPy and its development process, read the documentation_,
    and consider subscribing to the `mailing lists`_ (or simply read the archives
    online) or communicating via irc.freenode.net:6667, channel #pypy.


More information about the Pypy-commit mailing list