mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-29 14:00:48 +08:00
Install jinja2
This commit is contained in:
parent
259d4d62aa
commit
19c4f4a8c6
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user