Add instructions for running the swing trading dashboard

This commit is contained in:
moshferatu 2024-10-23 12:06:59 -07:00
parent 5530e3773f
commit b3d65e731d

View File

@ -19,4 +19,12 @@ It also depends on the following libraries hosted here:
* [OHLC](https://moshferatu.dev/moshferatu/ohlc) * [OHLC](https://moshferatu.dev/moshferatu/ohlc)
* [Plotting](https://moshferatu.dev/moshferatu/plotting) * [Plotting](https://moshferatu.dev/moshferatu/plotting)
## Running the Dashboard
Run the following command to launch the dashboard:
```shell
python ./dashboard.py
```
--- ---