From b45b006ef27c3f8dc9f30e92746261c327333134 Mon Sep 17 00:00:00 2001 From: Another <835166018@qq.com> Date: Fri, 30 Aug 2024 17:01:55 +0800 Subject: [PATCH] Update README.md (#1839) Update data example to 20240809 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9edcc10cce..1835b79ddf 100644 --- a/README.md +++ b/README.md @@ -177,11 +177,11 @@ Also, users can install the latest dev version ``Qlib`` by the source code accor ## Data Preparation ❗ Due to more restrict data security policy. The offical dataset is disabled temporarily. You can try [this data source](https://github.com/chenditc/investment_data/releases) contributed by the community. -Here is an example to download the data updated on 20220720. +Here is an example to download the data updated on 20240809. ```bash -wget https://github.com/chenditc/investment_data/releases/download/20220720/qlib_bin.tar.gz +wget https://github.com/chenditc/investment_data/releases/download/2024-08-09/qlib_bin.tar.gz mkdir -p ~/.qlib/qlib_data/cn_data -tar -zxvf qlib_bin.tar.gz -C ~/.qlib/qlib_data/cn_data --strip-components=2 +tar -zxvf qlib_bin.tar.gz -C ~/.qlib/qlib_data/cn_data --strip-components=1 rm -f qlib_bin.tar.gz ```