Skip to content

Commit 42c28f8

Browse files
authored
Update README.md
1 parent 85bf0d9 commit 42c28f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,9 @@ conda install Shapely
245245
python -m nuitka --standalone --mingw64 --include-data-dir=D:\vse\backend=backend --nofollow-imports --windows-icon-from-ico=D:\vse\design\vse.ico --plugin-enable=tk-inter --output-dir=out .\gui.py
246246
```
247247

248+
编译成单个文件
249+
```shell
250+
python -m nuitka --standalone --windows-disable-console --mingw64 --lto no --include-data-dir=D:\vse\backend=backend --include-data-dir=D:\vse\dependencies=dependencies --nofollow-imports --windows-icon-from-ico=D:\vse\design\vse.ico --plugin-enable=tk-inter --output-dir=out --onefile .\gui.py
251+
```
252+
248253
把paddle库dataset下image.py的有关subprocess代码全部注释了,然后再把conda虚拟机环境Lib文件夹的site- packages的内容拷贝到输出目录即可

0 commit comments

Comments
 (0)