From 2da2e9bd9ed20a126abe19cf5b58babf2c65750a Mon Sep 17 00:00:00 2001 From: you-n-g Date: Sat, 26 Dec 2020 20:21:30 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dbab30d2d..9e3bfce09 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,8 @@ Also, users can install the latest dev version ``Qlib`` by the source code accor ``` **Note**: **Only** the command ``pip install .`` **can** overwrite the stable version installed by ``pip install pyqlib``, while the command ``python setup.py install`` **can't**. +**Tips**: If you fail to install `Qlib` or run the examples in your environment, comparing your steps and the [CI workflow](.github/workflows/test.yml) may help you find the problem. + ## Data Preparation Load and prepare data by running the following code: ```bash