Install jinja2

pull/21833/head
Travis Ralston 2018-12-21 18:36:27 -07:00
parent 259d4d62aa
commit 19c4f4a8c6
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ source env/bin/activate
pip install --upgrade pip
pip install --upgrade setuptools
pip install .
pip install jinja2 # We use the ConsentResource, which requires jinja2
python -m synapse.app.homeserver \
--server-name localhost \
--config-path homeserver.yaml \