Mercurial > libervia-web
changeset 789:1028a9c366d3
update INSTALL for Jinja2 dependency
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 02 Dec 2015 12:02:03 +0100 |
parents | 7ebde6d1a4bd |
children | b3a2c34320e6 |
files | INSTALL |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/INSTALL Wed Dec 02 11:15:58 2015 +0100 +++ b/INSTALL Wed Dec 02 12:02:03 2015 +0100 @@ -15,8 +15,8 @@ == Dependencies == -* you need to install the txJSON-RPC dependency (as root): - pip install txJSON-RPC +* you need to install the txJSON-RPC and Jinja2 dependencies (as root): + pip install txJSON-RPC jinja2 * install python2-gobject2 from your distribution repositories. For example: apt-get install python-gobject2 * install pyjamas. We use the version which used to be on http://pyj.be, not the fork