diff --git a/README.md b/README.md index e250d25..cd3800b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ PyPI Downloads PySide Version Code style: black -Checked with mypy +Checked with mypy

@@ -37,7 +37,7 @@ It has the following features: First, install PyInstaller in the Python interpreter environment which to be packaged: ```shell -pip install pyinstaller==5.7.0 +pip install pyinstaller ``` Then install Py2exe-GUI with `pip`: @@ -49,7 +49,7 @@ pip install py2exe-gui Run: ```shell -python -m py2exe_gui +python -m py2exe_gui # `_`, not `-` ``` ### Option B: Run through source code diff --git a/README_zh.md b/README_zh.md index 6ef00c2..894c567 100644 --- a/README_zh.md +++ b/README_zh.md @@ -9,7 +9,7 @@ PyPI Downloads PySide Version Code style: black -Checked with mypy +Checked with mypy

English | 简体中文 @@ -37,7 +37,7 @@ Py2exe-GUI 是一个基于 [PySide6](https://doc.qt.io/qtforpython/index.html) 首先在待打包的 Python 解释器环境中安装 PyInstaller: ```shell -pip install pyinstaller==5.7.0 +pip install pyinstaller ``` 然后通过 pip 安装 Py2exe-GUI: