From 99f3820e42304be7d8013764c91b11be0af62248 Mon Sep 17 00:00:00 2001 From: Jactus Date: Thu, 10 Dec 2020 18:03:30 +0800 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8895ecf18..ca91925dc 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ Also, users can install ``Qlib`` by the source code according to the following s pip install numpy pip install --upgrade cython ``` + **Note**: please pay attention that installing cython in Python 3.6 will raise some error when installing ``Qlib`` from source. If users use Python 3.6 on their machines, it is recommended to *upgrade* Python to version 3.7 or use `conda`'s Python to install ``Qlib`` from source. * Clone the repository and install ``Qlib``: