From 660847a3c8543b8c13f7c4d45dc849b394d98df8 Mon Sep 17 00:00:00 2001 From: you-n-g Date: Tue, 6 Oct 2020 17:13:40 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcc2ab9d5..39d73fb82 100644 --- a/README.md +++ b/README.md @@ -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