From d416aba95e4a2f9eb5ae01b1bba980ff220e8f49 Mon Sep 17 00:00:00 2001 From: gcarq Date: Thu, 28 Sep 2017 19:01:02 +0200 Subject: [PATCH] add setup tutorial (closes #40) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 64fe1f15a..0de4fbc75 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ $ pip install -r requirements.txt $ ./main.py ``` +There is also an [article](https://www.sales4k.com/blockchain/high-frequency-trading-bot-tutorial/) about how to setup the bot (thanks [@gurghet](https://github.com/gurghet)). + #### Execute tests ```