[Pypi-checkins] r744 - branches/tarek-pep-345-support

tarek.ziade python-checkins at python.org
Wed Mar 17 03:02:54 CET 2010


Author: tarek.ziade
Date: Wed Mar 17 03:02:54 2010
New Revision: 744

Modified:
   branches/tarek-pep-345-support/README
Log:
beautifulsoup is required too

Modified: branches/tarek-pep-345-support/README
==============================================================================
--- branches/tarek-pep-345-support/README	(original)
+++ branches/tarek-pep-345-support/README	Wed Mar 17 03:02:54 2010
@@ -12,10 +12,11 @@
 - zope.i18nmessageid
 - psycopg2 
 - M2Crypto
+- BeautifulSoup
 
 You can create a development environment like this, if you
 have virtualenv installed::
 
     $ virtualenv --no-site-packages --distribute .
-    $ bin/easy_install cElementTree zope.interface zope.pagetemplate zope.tal zope.tales zope.i18nmessageid psycopg2 M2Crypto
+    $ bin/easy_install cElementTree zope.interface zope.pagetemplate zope.tal zope.tales zope.i18nmessageid psycopg2 M2Crypto BeautifulSoup
 


More information about the Pypi-checkins mailing list