Skip to content

Commit 136b2dd

Browse files
authored
fix: download orderbook data error (#1990)
1 parent 7095e75 commit 136b2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/orderbook_data/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pip install arctic # NOTE: pip may fail to resolve the right package dependency
2727
2. Please follow following steps to download example data
2828
```bash
2929
cd examples/orderbook_data/
30-
gdown https://drive.google.com/uc?id=15nZF7tFT_eKVZAcMFL1qPS4jGyJflH7e # Proxies may be necessary here.
30+
gdown https://drive.google.com/uc?id=15FuUqWn2rkCi8uhJYGEQWKakcEqLJNDG # Proxies may be necessary here.
3131
python ../../scripts/get_data.py _unzip --file_path highfreq_orderbook_example_data.zip --target_dir .
3232
```
3333

0 commit comments

Comments
 (0)