From bc06f0301e7f4ac68d14c52e6d1dd0a8d11d0863 Mon Sep 17 00:00:00 2001 From: Chao Wang Date: Thu, 13 Oct 2022 23:50:19 -0400 Subject: [PATCH] Update README.md (#1279) typo fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09a91b6786..59338ef372 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ Also, users can install the latest dev version ``Qlib`` by the source code accor git clone https://github.com/microsoft/qlib.git && cd qlib pip install . ``` - **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**. + **Note**: You can install Qlib with `python setup.py install` as well. But it is not the recommended 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_qlib_from_source.yml) may help you find the problem.