From b291229cd38939fb64e27c339b5a5952ec3e5150 Mon Sep 17 00:00:00 2001 From: muzing Date: Sun, 12 Nov 2023 21:28:11 +0800 Subject: [PATCH] Update README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新README: 替换一处https链接; 移除运行指南中对 PyInstaller 版本的限制; --- README.md | 6 +++--- README_zh.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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: