From f70c4e5598d7d3807aae7d100a7180c3377b3ea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Sat, 18 Jun 2022 12:38:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3059f84..51b08f4 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,8 @@ nuitka --mingw64 ` main.py ``` +这样生成的程序只能在有python环境的机器上运行 + ### 使用pyinstaller进行构建 ### 使用Github Workflow进行自动构建