ericsomdahl/python-bittrex

tutorial

Opened this issue · 1 comments

Hi, eric
Do you have any tutorial for installation on Windows or Linux?
and how can I execute the file?
and also how can I test?
unfortunately, there is no instructions or how-to.
I will be glad on any answer

This library is a python wrapper for the bittrex api. Study the official documentation and familiarize yourself with REST APIs.

The installation is as simple as it gets. Install python and then install the library as shown on the README section. Then study the library methods in https://github.com/ericsomdahl/python-bittrex/blob/master/bittrex/bittrex.py. Eric has created a very simple and straightforward documentation so with enough patience you will be fine.

Finally, I don’t advise using any trading libraries before you get comfortable with python or any other programming language, and learn its basics.