Addresses #4763 list python >= 2.5 as a requirement for accelerate mode

pull/4806/head
James Tanner 11 years ago
parent 91aa7b51df
commit a66cfed166

@ -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…
Cancel
Save