Skip to content

Commit b45b006

Browse files
Update README.md (#1839)
Update data example to 20240809
1 parent 82cf438 commit b45b006

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,11 @@ Also, users can install the latest dev version ``Qlib`` by the source code accor
177177
178178
## Data Preparation
179179
❗ 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.
180-
Here is an example to download the data updated on 20220720.
180+
Here is an example to download the data updated on 20240809.
181181
```bash
182-
wget https://github.com/chenditc/investment_data/releases/download/20220720/qlib_bin.tar.gz
182+
wget https://github.com/chenditc/investment_data/releases/download/2024-08-09/qlib_bin.tar.gz
183183
mkdir -p ~/.qlib/qlib_data/cn_data
184-
tar -zxvf qlib_bin.tar.gz -C ~/.qlib/qlib_data/cn_data --strip-components=2
184+
tar -zxvf qlib_bin.tar.gz -C ~/.qlib/qlib_data/cn_data --strip-components=1
185185
rm -f qlib_bin.tar.gz
186186
```
187187

0 commit comments

Comments
 (0)