From c5407b90f06e50b7e75d38b126463abaf4928bac Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 19 Sep 2011 11:05:11 +0200 Subject: [PATCH] add beaker to dependencies --- README.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 -----------