From e22e5128a7cbe747d115e42ae42a37b284c7bafd Mon Sep 17 00:00:00 2001 From: moshferatu Date: Wed, 11 Dec 2024 08:43:45 -0800 Subject: [PATCH] Add dependencies to strategies module documentation --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 066fc2d..a674a24 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,20 @@ 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 After checking out the repository, the dependencies can be installed as follows (ideally in a virtual environment):