mirror of
https://github.com/microsoft/qlib.git
synced 2026-06-06 05:51:17 +08:00
[Fix]Update data preparation part in README.md (#1924)
This commit is contained in:
@@ -200,7 +200,7 @@ Here is an example to download the latest data.
|
|||||||
```bash
|
```bash
|
||||||
wget https://github.com/chenditc/investment_data/releases/latest/download/qlib_bin.tar.gz
|
wget https://github.com/chenditc/investment_data/releases/latest/download/qlib_bin.tar.gz
|
||||||
mkdir -p ~/.qlib/qlib_data/cn_data
|
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
|
rm -f qlib_bin.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user