[pypy-svn] r4754 - pypy/trunk/doc

anna at codespeak.net anna at codespeak.net
Mon May 31 16:02:16 CEST 2004


Author: anna
Date: Mon May 31 16:02:16 2004
New Revision: 4754

Modified:
   pypy/trunk/doc/optionaltools.txt
Log:
fixed rest formatting for the optional tools file

Modified: pypy/trunk/doc/optionaltools.txt
==============================================================================
--- pypy/trunk/doc/optionaltools.txt	(original)
+++ pypy/trunk/doc/optionaltools.txt	Mon May 31 16:02:16 2004
@@ -1,24 +1,29 @@
 Optional Tools for Pypy sprinting:
 ==================================
 
-In addition to svn, and Python, here are some optional tools to install for working on pypy. 
+In addition to the latest version of svn, and (of course!) Python, here are some optional tools to install for working on pypy. 
 
-Recommended (Optional) tools:
+Recommended tools:
 -----------------------------
 
-
-* graphviz::
-	(used for visualizing the postscript)
-	http://www.research.att.com/sw/tools/graphviz/download.html_
-
 * pygame::
+
 	(recommended to call from Translator to visualize the control flow 	annotation)
 	http://www.pygame.org/download.shtml_
 
 	- on MAC OSX, TRY THIS::
 	Alex will reconstruct the process for us
 
-* CLISP
+* graphviz::
+
+	(used for visualizing the postscript)
+	http://www.research.att.com/sw/tools/graphviz/download.html_
+
+Optional tools:
+---------------
+
+* CLISP::
+
 	Optional (if you want to work on generating lisp code from pypy)
 	http://clisp.cons.org/_
 



More information about the Pypy-commit mailing list