Add dependencies to swing trading dashboard documentation
This commit is contained in:
parent
64d681ff78
commit
5530e3773f
19
README.md
19
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)
|
||||
|
||||
---
|
Loading…
Reference in New Issue
Block a user