mirror of
https://github.com/muziing/Py2exe-GUI.git
synced 2025-02-03 17:12:55 +08:00
Update README
更新README: 替换一处https链接; 移除运行指南中对 PyInstaller 版本的限制;
This commit is contained in:
parent
f98a1334d8
commit
b291229cd3
@ -9,7 +9,7 @@
|
|||||||
<a href="https://pypi.org/project/py2exe-gui/"><img alt="PyPI Downloads" src="https://img.shields.io/pypi/dm/py2exe-gui.svg?label=PyPI%20downloads"></a>
|
<a href="https://pypi.org/project/py2exe-gui/"><img alt="PyPI Downloads" src="https://img.shields.io/pypi/dm/py2exe-gui.svg?label=PyPI%20downloads"></a>
|
||||||
<a href="https://doc.qt.io/qtforpython/index.html"><img alt="PySide Version" src="https://img.shields.io/badge/PySide-6.6-blue"></a>
|
<a href="https://doc.qt.io/qtforpython/index.html"><img alt="PySide Version" src="https://img.shields.io/badge/PySide-6.6-blue"></a>
|
||||||
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
|
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
|
||||||
<a href="http://mypy-lang.org/"><img alt="Checked with mypy" src="https://img.shields.io/badge/mypy-checked-blue"></a>
|
<a href="https://mypy-lang.org/"><img alt="Checked with mypy" src="https://img.shields.io/badge/mypy-checked-blue"></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
@ -37,7 +37,7 @@ It has the following features:
|
|||||||
First, install PyInstaller in the Python interpreter environment which to be packaged:
|
First, install PyInstaller in the Python interpreter environment which to be packaged:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pip install pyinstaller==5.7.0
|
pip install pyinstaller
|
||||||
```
|
```
|
||||||
|
|
||||||
Then install Py2exe-GUI with `pip`:
|
Then install Py2exe-GUI with `pip`:
|
||||||
@ -49,7 +49,7 @@ pip install py2exe-gui
|
|||||||
Run:
|
Run:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
python -m py2exe_gui
|
python -m py2exe_gui # `_`, not `-`
|
||||||
```
|
```
|
||||||
|
|
||||||
### Option B: Run through source code
|
### Option B: Run through source code
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<a href="https://pypi.org/project/py2exe-gui/"><img alt="PyPI Downloads" src="https://img.shields.io/pypi/dm/py2exe-gui.svg?label=PyPI%20downloads"></a>
|
<a href="https://pypi.org/project/py2exe-gui/"><img alt="PyPI Downloads" src="https://img.shields.io/pypi/dm/py2exe-gui.svg?label=PyPI%20downloads"></a>
|
||||||
<a href="https://doc.qt.io/qtforpython/index.html"><img alt="PySide Version" src="https://img.shields.io/badge/PySide-6.6-blue"></a>
|
<a href="https://doc.qt.io/qtforpython/index.html"><img alt="PySide Version" src="https://img.shields.io/badge/PySide-6.6-blue"></a>
|
||||||
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
|
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
|
||||||
<a href="http://mypy-lang.org/"><img alt="Checked with mypy" src="https://img.shields.io/badge/mypy-checked-blue"></a>
|
<a href="https://mypy-lang.org/"><img alt="Checked with mypy" src="https://img.shields.io/badge/mypy-checked-blue"></a>
|
||||||
</p>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="README.md">English</a> | 简体中文
|
<a href="README.md">English</a> | 简体中文
|
||||||
@ -37,7 +37,7 @@ Py2exe-GUI 是一个基于 [PySide6](https://doc.qt.io/qtforpython/index.html)
|
|||||||
首先在待打包的 Python 解释器环境中安装 PyInstaller:
|
首先在待打包的 Python 解释器环境中安装 PyInstaller:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pip install pyinstaller==5.7.0
|
pip install pyinstaller
|
||||||
```
|
```
|
||||||
|
|
||||||
然后通过 pip 安装 Py2exe-GUI:
|
然后通过 pip 安装 Py2exe-GUI:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user