From 81e832ccd9cde14073ef2946ca917903452d60e4 Mon Sep 17 00:00:00 2001 From: Paul Lee Date: Thu, 25 Mar 2021 21:30:43 -0700 Subject: [PATCH] move install instructions to top --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) 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