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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue