diff --git a/README-zh_CN.md b/README-zh_CN.md index 1ac1dbf..7843900 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -147,6 +147,8 @@ Skyline 的吉祥物是九色鹿。九色鹿源自于敦煌壁画《九色鹿本 ### 依赖工具 +> python 使用了3.7版本的新特性 Context Variables,考虑大部分系统不支持 python3.7,所以选择支持 python3.8 及以上版本 + - make >= 3.82 - python >= 3.8 - poetry >= 1.1.0 ([安装指南](https://python-poetry.org/docs/#installation)) diff --git a/README.md b/README.md index 7dafcbe..46d6afb 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,8 @@ You can now access the dashboard: `https://:9999` ### Dependent tools +> Use the new feature Context Variables of python37. Considering that most systems do not support python37, we choose to support python38 at least. + - make >= 3.82 - python >= 3.8 - poetry >= 1.1.0 ([Installation Guide](https://python-poetry.org/docs/#installation))