Mercurial > libervia-web
comparison INSTALL @ 789:1028a9c366d3
update INSTALL for Jinja2 dependency
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 02 Dec 2015 12:02:03 +0100 |
parents | c3358ea316e5 |
children | 0d517b596568 |
comparison
equal
deleted
inserted
replaced
788:7ebde6d1a4bd | 789:1028a9c366d3 |
---|---|
13 * install and configure a local XMPP server (we recommend using Prosody) | 13 * install and configure a local XMPP server (we recommend using Prosody) |
14 * install sat_pubsub | 14 * install sat_pubsub |
15 | 15 |
16 == Dependencies == | 16 == Dependencies == |
17 | 17 |
18 * you need to install the txJSON-RPC dependency (as root): | 18 * you need to install the txJSON-RPC and Jinja2 dependencies (as root): |
19 pip install txJSON-RPC | 19 pip install txJSON-RPC jinja2 |
20 * install python2-gobject2 from your distribution repositories. For example: | 20 * install python2-gobject2 from your distribution repositories. For example: |
21 apt-get install python-gobject2 | 21 apt-get install python-gobject2 |
22 * install pyjamas. We use the version which used to be on http://pyj.be, not the fork | 22 * install pyjamas. We use the version which used to be on http://pyj.be, not the fork |
23 from http://pyjs.org. Since http://pyj.be has been down for a while, you can retrieve | 23 from http://pyjs.org. Since http://pyj.be has been down for a while, you can retrieve |
24 the package from our FTP. | 24 the package from our FTP. |