-
-
Notifications
You must be signed in to change notification settings - Fork 164
Install
lesul2014 edited this page Sep 15, 2022
·
8 revisions
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
.
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