Skip to content
s4w3d0ff edited this page Sep 16, 2016 · 8 revisions

Install requirements:

  • python2.7 or python3
  • pip or pip3
  • git (optional)

Pip Installation:

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
Clone this wiki locally