Skip to content

Windows Installation for Binance Trader

Yasin edited this page Jan 25, 2018 · 1 revision

1.) Download the ZIP from and extract it

https://github.com/yasinkuyu/binance-trader

2.) Download Python (2.7 works)

3.) Download Python (2.7.14) to obtain pip.py and eazy_install.py

https://www.python.org/ftp/python/2.7.14/python-2.7.14.amd64.msi

4.) Make sure in the Python 2.7.14 installer add Python to you PATH

5) Navigate to C:/Python27/Scripts

6.) Press SHIFT+Right-Click and open Command Prompt

7.) Type pip install requests ; Type easy_install -U requests

8.) Navigate to your extracted ZIP for Binance-Trader

9.) Rename config.sample.py to config.py / orders.sample.db to orders.db

10.) Go to the Binance API and create an new API for configuration

https://www.binance.com/userCenter/createApi.html

11.) Open config.py and add your API Key and Secret Key and SAVE

Congrats... You install it the Binance-Trader... Any questions ask in #help-support

via: ShadowZ

Clone this wiki locally