From a072d98d08e47dd464b41392ddbf31eb68ab20bc Mon Sep 17 00:00:00 2001 From: Adam Bolte Date: Fri, 21 Feb 2014 14:16:41 +1100 Subject: [PATCH] Specify the required boto version in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a87aab..cb64e9f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Other depencies include: * euca2ools * xfsprogs (If you want to use XFS as a filesystem) Also the following python libraries are required: -* **boto** +* **boto** ([version 2.14.0 or higher](https://github.com/boto/boto)) * **jsonschema** ([version 2.0.0](https://pypi.python.org/pypi/jsonschema), only available through pip) * **termcolor** * **fysom**