From 6697f209d47e73dc7c164fa22c9d3c9738b97371 Mon Sep 17 00:00:00 2001 From: you-n-g Date: Thu, 12 Aug 2021 16:30:46 +0800 Subject: [PATCH] Conda Suggestion --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ffe7acd7..dd8eee19e 100644 --- a/README.md +++ b/README.md @@ -107,8 +107,9 @@ This table demonstrates the supported Python version of `Qlib`: | Python 3.9 | :x: | :heavy_check_mark: | :x: | **Note**: +1. **Conda** is suggested for managing your Python environment. 1. 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. -2. For Python 3.9, `Qlib` supports running workflows such as training models, doing backtest and plot most of the related figures (those included in [notebook](examples/workflow_by_code.ipynb)). However, plotting for the *model performance* is not supported for now and we will fix this when the dependent packages are upgraded in the future. +1. For Python 3.9, `Qlib` supports running workflows such as training models, doing backtest and plot most of the related figures (those included in [notebook](examples/workflow_by_code.ipynb)). However, plotting for the *model performance* is not supported for now and we will fix this when the dependent packages are upgraded in the future. ### Install with pip Users can easily install ``Qlib`` by pip according to the following command.