[pypy-commit] pypy default: Added the plain README file back in

akdominguez noreply at buildbot.pypy.org
Mon Dec 17 21:00:53 CET 2012


Author: Anna Katrina Dominguez <akdominguez at atlassian.com>
Branch: 
Changeset: r59471:f3efb6786cf0
Date: 2012-12-17 11:10 -0800
http://bitbucket.org/pypy/pypy/changeset/f3efb6786cf0/

Log:	Added the plain README file back in

diff --git a/README b/README
new file mode 100644
--- /dev/null
+++ b/README
@@ -0,0 +1,24 @@
+=====================================
+PyPy: Python in Python Implementation 
+=====================================
+
+Welcome to PyPy!
+
+PyPy is both an implementation of the Python programming language, and
+an extensive compiler framework for dynamic language implementations.
+You can build self-contained Python implementations which execute
+independently from CPython.
+
+The home page is:
+
+    http://pypy.org/
+
+The getting-started document will help guide you:
+
+    http://doc.pypy.org/en/latest/getting-started.html
+
+It will also point you to the rest of the documentation which is generated
+from files in the pypy/doc directory within the source repositories. Enjoy
+and send us feedback!
+
+    the pypy-dev team <pypy-dev at python.org>


More information about the pypy-commit mailing list