Skip to content

Commit

Permalink
Add readthedocs link
Browse files Browse the repository at this point in the history
  • Loading branch information
toloco committed Aug 19, 2015
1 parent 1b00130 commit 899840b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# PYOANDA

[![Documentation Status](https://readthedocs.org/projects/pyoanda/badge/?version=latest)](https://readthedocs.org/projects/pyoanda/?badge=latest)
[![Build Status](https://travis-ci.org/toloco/pyoanda.svg?branch=master)](https://travis-ci.org/toloco/pyoanda)
[![Coverage Status](https://coveralls.io/repos/toloco/pyoanda/badge.svg)](https://coveralls.io/r/toloco/pyoanda)
[![PyPi version](https://img.shields.io/pypi/v/pyoanda.svg)](https://pypi.python.org/pypi/pyoanda)
Expand All @@ -11,7 +12,7 @@ Python library that wraps [Oanda](http://oanda.com) API. Built on top of request

Pyoanda is released under the [MIT license](https://raw.githubusercontent.com/toloco/pyoanda/master/LICENSE). The source code is on [GitHub](https://github.com/toloco/pyoanda/) and [issues are also tracked on GitHub](https://github.com/toloco/pyoanda/issues). Works well with python __2.7, 3, 3.1, 3.2, 3.3, 3.4 and pypy__.

### Install
### Install
#### Pypi
```bash
pip install pyoanda
Expand Down Expand Up @@ -65,13 +66,11 @@ Check out the [examples gallery](examples) (Working progress)
```shell
python setup.py test

or
or

nosetest pyoanda

```


See [Pypi](https://pypi.python.org/pypi/pyoanda) project page.


0 comments on commit 899840b

Please sign in to comment.