Skip to content

Commit 0c344c0

Browse files
authored
Update README.md
1 parent 3c21aba commit 0c344c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,9 +631,9 @@ root.mainloop()
631631

632632
# 将Python代码打包为可执行文件 Packaging Python Code into an Executable
633633

634-
为减小可执行文件(exe文件)的体积,本文采用虚拟环境安装Python代码运行所需的最少库/模块(以避免不必要的模块掺入),并使用UPX压缩。
634+
为减小可执行文件(exe文件)的体积,本项目采用虚拟环境安装Python代码运行所需的最少库/模块(以避免不必要的模块掺入),并使用UPX压缩。
635635

636-
To reduce the size of the executable (exe file), this document uses a virtual environment to install only the minimal libraries/modules required to run the Python code (to avoid including unnecessary modules) and uses UPX compression.
636+
To reduce the size of the executable (exe file), this project uses a virtual environment to install only the minimal libraries/modules required to run the Python code (to avoid including unnecessary modules) and uses UPX compression.
637637

638638
## 下载UPX Download UPX
639639

0 commit comments

Comments
 (0)