diff --git a/README.md b/README.md index 9cce330d..9db6ee7d 100644 --- a/README.md +++ b/README.md @@ -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):**