add mako to dependencies

This commit is contained in:
Benjamin Dauvergne 2011-09-19 11:06:28 +02:00
parent c5407b90f0
commit 9a39b99b1a
1 changed files with 6 additions and 2 deletions

View File

@ -53,13 +53,17 @@ You must install the following packages to use Mandaye
From sources: http://pypi.python.org/pypi/Beaker
* Mako 0.4.2::
From sources: http://pypi.python.org/pypi/Mako
You can install all those dependencies quickly using pip::
pip install gevent poster SQLAlchemy Beaker
pip install gevent poster SQLAlchemy Beaker Mako
or easy_install::
easy_install gevent poster SQLAlchemy Beaker
easy_install gevent poster SQLAlchemy Beaker Mako
Quick Start
-----------