Add dependencies to plotting module documentation
This commit is contained in:
parent
97b0dc1875
commit
864d4b479e
12
README.md
12
README.md
@ -2,4 +2,16 @@
|
|||||||
|
|
||||||
A ```plotly``` wrapper for plotting candlestick charts, backtest results, and more.
|
A ```plotly``` wrapper for plotting candlestick charts, backtest results, and more.
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
The plotting module depends on the following Python packages:
|
||||||
|
|
||||||
|
```
|
||||||
|
numpy
|
||||||
|
pandas
|
||||||
|
plotly
|
||||||
|
```
|
||||||
|
|
||||||
|
There is also a dependency on the [OHLC](https://moshferatu.dev/moshferatu/ohlc) module which is only required for running tests.
|
||||||
|
|
||||||
---
|
---
|
Loading…
Reference in New Issue
Block a user