1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-04 19:41:00 +08:00

update Note

This commit is contained in:
bxdd
2020-12-12 08:42:25 +00:00
committed by you-n-g
parent b0e7a85601
commit 9d19294f15

View File

@@ -71,7 +71,7 @@ Users can easily install ``Qlib`` by pip according to the following command
pip install pyqlib
```
**NOTE**: pip will install the latest stable qlib. However, the main branch of qlib is in active development. If you want to test the latest scripts or functions in the main branch. Please install qlib with the methods below.
**Note**: pip will install the latest stable qlib. However, the main branch of qlib is in active development. If you want to test the latest scripts or functions in the main branch. Please install qlib with the methods below.
Also, users can install the latest developed ``Qlib`` by the source code according to the following steps: