Skip to content

Commit

Permalink
doc(README_cn): PyInstaller works on Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
LussacZheng committed Nov 19, 2020
1 parent 1129851 commit fc6936c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ you-get -k --debug https://your.video/url/here

依次安装以下依赖或运行相应命令。

1. [Python 3.73.9](https://www.python.org/downloads/windows/)
1. [Python 3.7-3.9](https://www.python.org/downloads/windows/)
根据 PyInstaller 的[说明文档](https://github.com/pyinstaller/pyinstaller#requirements-and-tested-platforms),其目前(2020-11-18)支持的 Python 版本为 3.5-3.9。若需创建32位的可执行文件,请在32位 Python 环境下运行 PyInstaller 。

2. PyInstaller
Expand Down

0 comments on commit fc6936c

Please sign in to comment.