diff --git a/README.rst b/README.rst index 85e25bcf67..aae81961e6 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,7 @@ django-buckets =============================================================================== -.. image:: https://travis-ci.org/Cadasta/django-buckets.svg?branch=master - :target: https://travis-ci.org/Cadasta/django-buckets +|pypi-version| |build-status-image| django-buckets provides a Django storage system (:code:`S3Storage`) to store files on `Amazon S3 `_. Besides the storage itself, the @@ -25,6 +24,13 @@ Requirements Setup ------------------------------------------------------------------------------- +Installation +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +.. code-block:: + + pip install django-buckets + For production ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -231,3 +237,9 @@ response and include all :code:`fields` with the request payload. Content-Type: application/octet-stream ------WebKitFormBoundary7LwCXdHGMv2KBDza + + +.. |build-status-image| image:: https://travis-ci.org/Cadasta/django-buckets.svg?branch=master + :target: https://travis-ci.org/Cadasta/django-buckets +.. |pypi-version| image:: https://img.shields.io/pypi/v/django-buckets.svg + :target: https://pypi.python.org/pypi/django-buckets