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 +```