Skip to content

Commit

Permalink
Minor modifs for v3 install clarification
Browse files Browse the repository at this point in the history
Relates to #66
  • Loading branch information
Hugo Bailey committed Nov 21, 2016
1 parent 2fd8996 commit 6de5c1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ MangopaySDK is a Python client library to work with
Installation
------------

python-mangopay requires:
mangopaysdk requires:

* [requests](https://pypi.python.org/pypi/requests)
* [blinker](https://pypi.python.org/pypi/blinker)

To install the package:

```
pip install python-mangopay
pip install mangopaysdk
```

By installing this package with [pip](https://pypi.python.org/pypi/pip), all dependencies will be installed for you.
Expand All @@ -27,7 +27,7 @@ Documentation

For documentation and examples of usage for the Mangopay API please refer to: [API references](https://docs.mangopay.com/api-references/)

See [docs](https://github.com/mangopay/mangopay2-python-sdk-v2/tree/master/docs) to find examples.
See [docs](https://github.com/mangopay/mangopay2-python-sdk/tree/v3/docs) to find examples.

License
-------------------------------------------------
Expand Down

0 comments on commit 6de5c1f

Please sign in to comment.