Add dependencies to strategies module documentation
This commit is contained in:
parent
76a50afb1d
commit
e22e5128a7
14
README.md
14
README.md
@ -2,6 +2,20 @@
|
|||||||
|
|
||||||
This module provides implementations of various trading strategies.
|
This module provides implementations of various trading strategies.
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
The strategies module depends on the following Python packages:
|
||||||
|
|
||||||
|
```
|
||||||
|
numpy
|
||||||
|
pandas
|
||||||
|
```
|
||||||
|
|
||||||
|
It also depends on the following packages hosted here:
|
||||||
|
|
||||||
|
* [Indicators](https://moshferatu.dev/moshferatu/indicators)
|
||||||
|
* [OHLC](https://moshferatu.dev/moshferatu/ohlc) (only required for running tests)
|
||||||
|
|
||||||
## Local Workspace Setup
|
## Local Workspace Setup
|
||||||
|
|
||||||
After checking out the repository, the dependencies can be installed as follows (ideally in a virtual environment):
|
After checking out the repository, the dependencies can be installed as follows (ideally in a virtual environment):
|
||||||
|
Loading…
Reference in New Issue
Block a user