From f8c64104db7ba2ddab4d2c4611016cbb65268c9d Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Thu, 28 Feb 2013 00:09:58 -0500 Subject: [PATCH] add services list to readme --- README.md | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 483fad2a..e1b40e12 100644 --- a/README.md +++ b/README.md @@ -45,17 +45,21 @@ def test_my_model_save(): With the decorator wrapping the test, all the calls to s3 are automatically mocked out. The mock keeps the state of the buckets and keys. - +This library has been tested on boto v2.5+. ## Usage @@ -101,3 +105,9 @@ def test_my_model_save(): mock.stop() ``` + +#### Install + +```console +pip install moto +```