diff --git a/README.md b/README.md index 4821098..c349287 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ Coinbase Commerce Python # Table of contents + * [Installation](#installation) * [Python Versions](#python-version) * [Third Party Libraries and Dependencies](#third-party-libraries-and-dependencies) * [Documentation](#documentation) - * [Installation](#installation) * [Usage](#usage) * [Checkouts](#checkouts) * [Charges](#charges) @@ -18,6 +18,16 @@ Coinbase Commerce Python * [Testing and Contributing](#testing-and-contributing) +## Installation + +Install with ``pip``: + + pip install --upgrade coinbase-commerce + +or with ``easy_install``: + + easy_install --upgrade coinbase-commerce + ## Python Version Python 2.7+ and 3.4+ are supported and tested. @@ -81,17 +91,6 @@ All errors occuring during interaction with the API will be raised as exceptions | InternalServerError | 500 | | ServiceUnavailableError | 503 | -## Installation - -Install with ``pip``: - - pip install --upgrade coinbase-commerce - -or with ``easy_install``: - - easy_install --upgrade coinbase-commerce - - ## Usage ```python from coinbase_commerce.client import Client