Skip to content

Commit 0c911db

Browse files
authored
Update README.md
1 parent 300b124 commit 0c911db

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@ Very simple binance trading Bot using Binance REST API
1515
## To Download:
1616
Download [sammchardy's binance package](https://github.com/sammchardy/python-binance).
1717
Make sure you have the `binance` package installed via pip. Then clone this repo, insert your API key and API secret at the top, and run `binance_bot.py`.
18-
Note: If you run into an error having to do with installing Twisted and Microsoft Visual C++ Build Tools, simply download the appropriate wheel file from [here](https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted) (cp26 for Python 2.6, cp35 for Python 3.5, etc.) then install the wheel (i.e., `pip install Twisted‑17.9.0‑cp34‑cp34m‑win32.whl`)
18+
19+
## Note:
20+
If you run into an error having to do with installing Twisted and Microsoft Visual C++ Build Tools, simply download the appropriate wheel file from [here](https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted) (cp26 for Python 2.6, cp35 for Python 3.5, etc.) then install the wheel (i.e., `pip install Twisted‑17.9.0‑cp34‑cp34m‑win32.whl`)
21+
22+
1923
Any contributions are welcome, as this is purely experimental. Cheers!

0 commit comments

Comments
 (0)