1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-14 08:16:54 +08:00

Fix csi300 constituents url (#1883)

* fix_csi300_constituents_url

* Fix issue in readme

* format with black
This commit is contained in:
Linlang
2025-01-03 16:57:17 +08:00
committed by GitHub
parent bda374180a
commit 186512f272
2 changed files with 4 additions and 2 deletions

View File

@@ -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=1
tar -zxvf qlib_bin.tar.gz -C ~/.qlib/qlib_data/cn_data --strip-components=2
rm -f qlib_bin.tar.gz
```