Skip to content

Commit a2996f7

Browse files
authored
[Fix]Update data preparation part in README.md (#1924)
1 parent fbba768 commit a2996f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Here is an example to download the latest data.
200200
```bash
201201
wget https://github.com/chenditc/investment_data/releases/latest/download/qlib_bin.tar.gz
202202
mkdir -p ~/.qlib/qlib_data/cn_data
203-
tar -zxvf qlib_bin.tar.gz -C ~/.qlib/qlib_data/cn_data --strip-components=2
203+
tar -zxvf qlib_bin.tar.gz -C ~/.qlib/qlib_data/cn_data --strip-components=1
204204
rm -f qlib_bin.tar.gz
205205
```
206206

0 commit comments

Comments
 (0)