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

anna at codespeak.net anna at codespeak.net
Mon May 31 15:59:22 CEST 2004


Author: anna
Date: Mon May 31 15:59:22 2004
New Revision: 4752

Modified:
   pypy/trunk/doc/optionaltools.txt
Log:
did 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 15:59:22 2004
@@ -1,21 +1,25 @@
+Optional Tools for Pypy sprinting:
+==================================
+
 In addition to svn, and Python, here are some optional tools to install for working on pypy. 
 
 Recommended (Optional) 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
+* graphviz::
+	(used for visualizing the postscript)
+	http://www.research.att.com/sw/tools/graphviz/download.html_
 
-on MAC - TRY THIS:
-package manager politus: alex will reconstruct
+* 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
-Optional (if you want to work on generating lisp code from pypy)
-http://clisp.cons.org/
+* 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