mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-25 10:28:37 +01:00
Document the Python version explicitly
The spec uses 2.x currently and is not compatible with Python 3. Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
864b6b6b3a
commit
04e39c8496
|
|
@ -41,7 +41,7 @@ specs and event schemas in this repository.
|
|||
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
|
||||
env/bin/pip install -r scripts/requirements.txt
|
||||
|
|
|
|||
Loading…
Reference in a new issue