From b691c864f1d7218e18aeac9602ed5381aab99aa0 Mon Sep 17 00:00:00 2001 From: dmotte <37443982+dmotte@users.noreply.github.com> Date: Fri, 27 Dec 2024 15:34:48 +0100 Subject: [PATCH] Removed unneeded note from README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 54d2c8d..7e77eb4 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,6 @@ venv/bin/python3 -mpip install -r requirements.txt Now we need to **fetch data** related to some asset. To do that, we can use https://github.com/dmotte/misc/blob/main/python-scripts/ohlcv-fetchers/yahoo-finance.py. -TODO if needed (please check), note here that more than 1 year of data is needed - > **Note**: in the following commands, replace the local path of the `invoke.sh` script with the correct one. ```bash