-
-
Notifications
You must be signed in to change notification settings - Fork 164
Install
s4w3d0ff edited this page Sep 16, 2016
·
8 revisions
- python2.7 or python3
- pip or pip3
- git (optional)
Python-poloniex uses the standard setuptools module. Installation can be achieved in a variety of ways using pip. If installing on python3 just replace the pip
command with pip3
.
Install the latest 'stable' git branch of the poloniex
module:
pip install git+https://github.com/s4w3d0ff/python-poloniex.git
or without git:
pip install https://github.com/s4w3d0ff/python-poloniex/archive/master.zip