1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-06 20:41:09 +08:00

Update README.md

This commit is contained in:
you-n-g
2020-10-06 17:13:40 +08:00
committed by GitHub
parent c8c3575aab
commit 660847a3c8

View File

@@ -68,7 +68,7 @@ Users can easily install ``Qlib`` by pip according to the following command
pip install pyqlib
```
Also, Users can install ``Qlib`` by the source code according to the following steps:
Also, users can install ``Qlib`` by the source code according to the following steps:
* Before installing ``Qlib`` from source, users need to install some dependencies:
@@ -197,7 +197,7 @@ Dataset plays a very important role in Quant. Here is a list of the datasets bui
- [Alpha360](./qlib/contrib/estimator/handler.py)
- [Alpha158](./qlib/contrib/estimator/handler.py)
Here is a tutorial to build dataset with `Qlib`.
[Here](https://qlib.readthedocs.io/en/latest/advanced/alpha.html) is a tutorial to build dataset with `Qlib`.
Your PR to build new Quant dataset is highly welcomed.
# More About Qlib