diff --git a/README.rst b/README.rst index 73e3495..c525570 100644 --- a/README.rst +++ b/README.rst @@ -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 -----------