From 5530e3773faffcb07fb7fe178dc13e595ed20555 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Wed, 23 Oct 2024 12:03:49 -0700 Subject: [PATCH] Add dependencies to swing trading dashboard documentation --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index ae4d137..5d192b7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ # Swing Trading Dashboard +## Dependencies + +The dashboard depends on the following Python packages which can be installed via ```pip install```: + +```shell +dash +dash-ag-grid +dash-bootstrap-components +dash-bootstrap-templates +pandas +plotly +python-dotenv +``` + +It also depends on the following libraries hosted here: + +* [OHLC](https://moshferatu.dev/moshferatu/ohlc) +* [Plotting](https://moshferatu.dev/moshferatu/plotting) + --- \ No newline at end of file