From a2996f7046fd84410f344f22fda533152948bd3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=BC=E9=87=91=E6=9C=AF=E5=B8=88=E5=8D=8E=E5=8D=8E?= <37462254+YeewahChan@users.noreply.github.com> Date: Tue, 13 May 2025 18:40:31 +0800 Subject: [PATCH] [Fix]Update data preparation part in README.md (#1924) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3bf81b24..310fba9f9 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ Here is an example to download the latest data. ```bash wget https://github.com/chenditc/investment_data/releases/latest/download/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 ```