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>
pull/977/head
Travis Ralston 6 years ago
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…
Cancel
Save