[pypy-svn] r48660 - pypy/dist/pypy/doc

fijal at codespeak.net fijal at codespeak.net
Tue Nov 13 17:51:15 CET 2007


Author: fijal
Date: Tue Nov 13 17:51:15 2007
New Revision: 48660

Modified:
   pypy/dist/pypy/doc/getting-started.txt
Log:
Review the graphviz-on-codespeak section


Modified: pypy/dist/pypy/doc/getting-started.txt
==============================================================================
--- pypy/dist/pypy/doc/getting-started.txt	(original)
+++ pypy/dist/pypy/doc/getting-started.txt	Tue Nov 13 17:51:15 2007
@@ -353,10 +353,17 @@
 
 The translator is a tool based on the PyPy interpreter which can translate
 sufficiently static Python programs into low-level code. To be able to use it
-you need to:
+you need to (if you want to look at the flowgraphs, which you obviously
+should):
 
-  * Download and install Pygame_ and `Dot Graphviz`_ if you do not
-    already have them.
+  * Download and install Pygame_.
+
+  * Download and install `Dot Graphviz`_.
+
+or:
+
+  * Have an internet connection. The flowgraph viewer connects to
+    codespeak.net and lets it convert the flowgraph by a graphviz server.
 
 To start the interactive translator shell do::
 



More information about the Pypy-commit mailing list