Skip to content

Commit

Permalink
Simplified install instructions
Browse files Browse the repository at this point in the history
see commit: dfcdcae
  • Loading branch information
s4w3d0ff authored Sep 16, 2016
1 parent ba54ff2 commit c149590
Showing 1 changed file with 8 additions and 32 deletions.
40 changes: 8 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,40 +11,16 @@ Inspired by [this](http://pastebin.com/8fBVpjaj) wrapper written by 'oipminer'


##Install:
```bash
git clone https://github.com/s4w3d0ff/python-poloniex.git
cd python-poloniex
#### 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
python setup.py install --user
# Python 3
python3 setup.py install --user
```
##Uninstall:
```bash
# Python 2
pip uninstall poloniex
# Python 3
pip3 uninstall poloniex
```
##Update:
```python
## Uninstall old ##
# Python 2
pip uninstall poloniex
# Python 3
pip3 uninstall poloniex

## Pull updates into cloned repo ##
cd python-poloniex
git pull

## Install update ##
# Python 2
python setup.py install --user
# Python 3
python3 setup.py install --user
```
#### Python 2
`pip uninstall poloniex`
#### Python 3
`pip3 uninstall poloniex`

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

0 comments on commit c149590

Please sign in to comment.