Skip to content
lesul2014 edited this page Sep 15, 2022 · 8 revisions

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.

Download Installer

Latest release from pypi:

pip install poloniexapi

Choose and install a release from: https://github.com/s4w3d0ff/python-poloniex/releases

pip install https://github.com/s4w3d0ff/python-poloniex/archive/v0.x.x.zip

Install the 'master' git branch:

pip install git+https://github.com/s4w3d0ff/python-poloniex.git
Clone this wiki locally