diff --git a/README.rst b/README.rst index cd803cb..73e3495 100644 --- a/README.rst +++ b/README.rst @@ -49,13 +49,17 @@ You must install the following packages to use Mandaye From sources: http://pypi.python.org/pypi/SQLAlchemy + * Beaker 1.5.4:: + + From sources: http://pypi.python.org/pypi/Beaker + You can install all those dependencies quickly using pip:: - pip install gevent poster SQLAlchemy + pip install gevent poster SQLAlchemy Beaker or easy_install:: - easy_install gevent poster SQLAlchemy + easy_install gevent poster SQLAlchemy Beaker Quick Start -----------