From 1d1fd5eb1d865b872c36813b505f686527c7a63e Mon Sep 17 00:00:00 2001 From: Vinay Phadnis <21256352+vinayphadnis@users.noreply.github.com> Date: Tue, 7 May 2019 20:10:10 +0530 Subject: [PATCH] Update README.md Add commands to install Gekko broker's dependencies --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d19e6af..0ff4553 100755 --- a/README.md +++ b/README.md @@ -15,13 +15,18 @@ This is the code for [this](https://youtu.be/myydDX-us4o) video on Youtube by Si 'npm install --only=production' -### Step 2 - Start the bot +### Step 2 - Installing Gekko broker's dependencies +'cd exchange' +'npm install --only=production' +'cd ..' + +### Step 3 - Start the bot 'node gekko --ui' -### Step 3 - Follow the instructions [here](https://github.com/SirTificate/gekko-neuralnet) to install a custom neural strategy +### Step 4 - Follow the instructions [here](https://github.com/SirTificate/gekko-neuralnet) to install a custom neural strategy -### Step 4 - Once that works, create your own custom deep RL strategy using [this](https://github.com/karpathy/reinforcejs) library. +### Step 5 - Once that works, create your own custom deep RL strategy using [this](https://github.com/karpathy/reinforcejs) library. ## Credits