[pypy-commit] pypy vendoring: docs

RonnyPfannschmidt noreply at buildbot.pypy.org
Wed Feb 18 17:29:04 CET 2015


Author: Ronny Pfannschmidt <opensource at ronnypfannschmidt.de>
Branch: vendoring
Changeset: r75981:ff5dc0dc0699
Date: 2015-02-16 12:06 +0100
http://bitbucket.org/pypy/pypy/changeset/ff5dc0dc0699/

Log:	docs

diff --git a/site-packages/README b/site-packages/README
--- a/site-packages/README
+++ b/site-packages/README
@@ -1,2 +1,14 @@
 This directory exists so that 3rd party packages can be installed
 here.  Read the source for site.py for more details.
+
+
+For Convenience we include the following packages by default
+
+
+* setuptools
+* pip
+* virtualenv
+* prompt_toolkit - for implementing a readline
+* ptpython - to give an alternative more awaesome python prompt
+* pygments - highlighting in ptpython
+


More information about the pypy-commit mailing list