Addresses #4763 list python >= 2.5 as a requirement for accelerate mode
This commit is contained in:
parent
91aa7b51df
commit
a66cfed166
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ Accelerated mode offers several improvements over the original fireball mode fro
|
|||
|
||||
* No bootstrapping is required, only a single line needs to be added to each play you wish to run in accelerated mode.
|
||||
* Support for sudo commands (see below for more details and caveats) is available.
|
||||
* There are fewer requirements. ZeroMQ is no longer required, nor are there any special packages beyond python-keyczar.
|
||||
* There are fewer requirements. ZeroMQ is no longer required, nor are there any special packages beyond python-keyczar
|
||||
* python 2.5 or higher is required.
|
||||
|
||||
In order to use accelerated mode, simply add `accelerate: true` to your play::
|
||||
|
||||
|
|
Loading…
Reference in a new issue