Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.

Commit b7724a2

Browse files
committed
更改README
1 parent 5c0de28 commit b7724a2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Usage
66
```
7-
python app.py [--buffer <buffer-size>] [--source <input-file>] [--target <output-file>] [--record]
7+
app [--buffer <buffer-size>] [--source <input-file>] [--target <output-file>] [--record]
88
```
99
### Buffer Size
1010

@@ -21,3 +21,9 @@ python app.py [--buffer <buffer-size>] [--source <input-file>] [--target <output
2121
### Record
2222

2323
设置此项以便记录每次生成的、用于替换参数的随机数。
24+
25+
## Build
26+
27+
使用Nuitka和Pyinstaller均可。在使用Pyinstaller时注意使用空白环境来减少生成文件大小。
28+
29+
实验证明Nuitka比Pyinstaller生成的文件大,希望有人能帮我看看为什么。

0 commit comments

Comments
 (0)