add beaker to dependencies

This commit is contained in:
Benjamin Dauvergne 2011-09-19 11:05:11 +02:00
parent 3641c4c935
commit c5407b90f0
1 changed files with 6 additions and 2 deletions

View File

@ -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
-----------