1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-05 03:50:57 +08:00

update required package for test

This commit is contained in:
you-n-g
2022-01-19 13:10:46 +08:00
committed by GitHub
parent 1a0ac1ab6d
commit 303cdb8ce3

View File

@@ -16,7 +16,7 @@ Current version of script with default value tries to connect localhost **via de
Run following command to install necessary libraries
```
pip install pytest
pip install pytest coverage
pip install arctic # NOTE: pip may fail to resolve the right package dependency !!! Please make sure the dependency are satisfied.
```