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