You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the setup.py file needs an extensive extras_require section to allow
easy_install for individual packages.
For example, the zope.testbrowser intecept needs:
extras_require = {
'zope.testbrowser': ['zope.testbrowser', 'mechanize>=0.1.7'],
}
Documentation needs updating to explain the instllation, i.e. :
easy_install wsgi_intercept[zope.testbrowser]
Original issue reported on code.google.com by kumar.mcmillan on 10 Dec 2007 at 4:58
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
kumar.mcmillan
on 10 Dec 2007 at 4:58The text was updated successfully, but these errors were encountered: