From b3d65e731d05c5042ee8e067fc891dc350e8ad5c Mon Sep 17 00:00:00 2001 From: moshferatu Date: Wed, 23 Oct 2024 12:06:59 -0700 Subject: [PATCH] Add instructions for running the swing trading dashboard --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5d192b7..e989452 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,12 @@ It also depends on the following libraries hosted here: * [OHLC](https://moshferatu.dev/moshferatu/ohlc) * [Plotting](https://moshferatu.dev/moshferatu/plotting) +## Running the Dashboard + +Run the following command to launch the dashboard: + +```shell +python ./dashboard.py +``` + --- \ No newline at end of file