From 623774d8fb3e1f3adf13904813afe539298f7282 Mon Sep 17 00:00:00 2001 From: you-n-g Date: Wed, 6 Jul 2022 17:44:16 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2e1350f3..0f4d2f14c 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ Also, users can install the latest dev version ``Qlib`` by the source code accor ``` **Note**: You can install Qlib with `python setup.py install` as well. But it is not the recommanded approach. It will skip `pip` and cause obscure problems. For example, **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. +**Tips**: If you fail to install `Qlib` or run the examples in your environment, comparing your steps and the [CI workflow](.github/workflows/test_qlib_from_source.yml) may help you find the problem. ## Data Preparation Load and prepare data by running the following code: