Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周伟奇
/
encryption_script
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b64b87e2
authored
2022-10-27 20:00:13 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
add nuitka
1 parent
96cf5ad8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
README.md
README.md
View file @
b64b87e
...
...
@@ -70,3 +70,16 @@
```
python py2so.py -i test -e test,main.py
```
### 3. nuitka打包
- test_project可以通过以下方式,打包成可执行文件或文件夹
```
shell
nuitka3 --standalone --onefile --output-dir=out --include-package=websockets main.py
```
- 另外一种不打包python环境的方式
```
shell
nuitka --standalone --nofollow-imports --include-package=websockets --output-dir=out main.py
```
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment