From 598017f634ad95e223d2130b76ea83d0da73838a Mon Sep 17 00:00:00 2001 From: you-n-g Date: Wed, 29 May 2024 17:44:18 +0800 Subject: [PATCH] Update Dev in README.md (#1800) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65c4420e6b..2f833f04d4 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ Also, users can install the latest dev version ``Qlib`` by the source code accor * Clone the repository and install ``Qlib`` as follows. ```bash git clone https://github.com/microsoft/qlib.git && cd qlib - pip install . + pip install . # `pip install -e .[dev]` is recommended for development. check details in docs/developer/code_standard_and_dev_guide.rst ``` **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**.