mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-07 16:33:43 +01:00
Use a virtualenv
This commit is contained in:
parent
9d2a93ad7b
commit
35ae69f2e1
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
set -ex
|
||||
|
||||
virtualenv env
|
||||
. env/bin/activate
|
||||
pip install \
|
||||
docutils \
|
||||
pygments \
|
||||
Jinja2 \
|
||||
jsonschema
|
||||
|
||||
(cd event-schemas/ && ./check_examples.py)
|
||||
(cd api && ./check_examples.py)
|
||||
(cd scripts && ./gendoc.py -v)
|
||||
|
|
|
|||
Loading…
Reference in a new issue