Skip to content

Commit

Permalink
Readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
s4w3d0ff authored Sep 16, 2016
1 parent c149590 commit 37d2fea
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,15 @@ Inspired by [this](http://pastebin.com/8fBVpjaj) wrapper written by 'oipminer'
- The `poloniex.Poloniex()` object has an optional 'timeout' attribute/arg that adjusts the number of seconds to wait for a response from polo (default = 3 sec)
- Optional api 'coach' can restrict the amount of calls per sec, keeping your api calls (that aren't threaded) under the limit (6 calls per sec). Activate the coach using `poloniex.Poloniex(coach=True)` when creating the polo object or by defining `polo._coaching = True`.


##Install:
#### Python 2
`pip install git+https://github.com/s4w3d0ff/python-poloniex.git`
#### Python 3
`pip3 install git+https://github.com/s4w3d0ff/python-poloniex.git`
Python 2: `pip install git+https://github.com/s4w3d0ff/python-poloniex.git`

Python 3: `pip3 install git+https://github.com/s4w3d0ff/python-poloniex.git`

##Uninstall:
#### Python 2
`pip uninstall poloniex`
#### Python 3
`pip3 uninstall poloniex`
Python 2: `pip uninstall poloniex`

Python 3: `pip3 uninstall poloniex`

##Useage:
#### **Basic Public Setup (no ApiKey/Secret):**
Expand Down

0 comments on commit 37d2fea

Please sign in to comment.