# HG changeset patch # User souliane # Date 1449054123 -3600 # Node ID 1028a9c366d34a7f67e4f0e629d06f65c89ccb40 # Parent 7ebde6d1a4bd99cea0dbb865102305cc36ea954f update INSTALL for Jinja2 dependency diff -r 7ebde6d1a4bd -r 1028a9c366d3 INSTALL --- 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