Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Coinbase Commerce Python
# Table of contents

<!--ts-->
* [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)
Expand All @@ -18,6 +18,16 @@ Coinbase Commerce Python
* [Testing and Contributing](#testing-and-contributing)
<!--te-->

## 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.

Expand Down Expand Up @@ -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
Expand Down