mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-10 05:14:09 +02:00
Merge pull request #1140 from turt2live/travis/misc-1
Minor improvements to help with building the spec
This commit is contained in:
commit
92e1972425
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,6 +6,7 @@
|
||||||
/scripts/continuserv/continuserv
|
/scripts/continuserv/continuserv
|
||||||
/scripts/speculator/speculator
|
/scripts/speculator/speculator
|
||||||
/scripts/swagger
|
/scripts/swagger
|
||||||
|
/scripts/tmp
|
||||||
/templating/out
|
/templating/out
|
||||||
*.pyc
|
*.pyc
|
||||||
*.swp
|
*.swp
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ specs and event schemas in this repository.
|
||||||
Preparation
|
Preparation
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
To use the scripts, it is best to create a Python virtualenv as follows::
|
To use the scripts, it is best to create a Python 2.x virtualenv as follows::
|
||||||
|
|
||||||
virtualenv env
|
virtualenv env
|
||||||
env/bin/pip install -r scripts/requirements.txt
|
env/bin/pip install -r scripts/requirements.txt
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue