We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbba768 commit a2996f7Copy full SHA for a2996f7
README.md
@@ -200,7 +200,7 @@ Here is an example to download the latest data.
200
```bash
201
wget https://github.com/chenditc/investment_data/releases/latest/download/qlib_bin.tar.gz
202
mkdir -p ~/.qlib/qlib_data/cn_data
203
-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
204
rm -f qlib_bin.tar.gz
205
```
206
0 commit comments