From 67229f8622088f413a297e8da0c2d3c4f14a9597 Mon Sep 17 00:00:00 2001 From: avernikoz Date: Sat, 5 Dec 2020 17:04:32 +0300 Subject: [PATCH] upd readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f9eed5a..47ae783 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ $ git clone https://github.com/Cryptocurrencies-AI/trading-bot-example.git $ cd trading-bot-example $ pip3 install -r requirements.txt $ python3 trade.py +$ get your api key on: https://app.cryptocurrencies.ai/profile/api +$ get your account id on: https://app.cryptocurrencies.ai/profile/accounts by clicking "Copy ID" button +$ replace SECRET with api key & replace KEYID with your account id + ``` ### Deployment