mirror of
https://github.com/smallevilbeast/ntchat.git
synced 2025-05-23 02:36:07 +08:00
更新fastapi_example打包命令
This commit is contained in:
parent
da213b01af
commit
b09ce23997
|
@ -90,3 +90,8 @@ pyinstaller -F --collect-data=ntchat main.py
|
|||
```bash
|
||||
pyinstaller -y --collect-data=ntchat main.py
|
||||
```
|
||||
|
||||
打包fastapi_example示例,需要添加`--paths=. --collect-data=ntchat`
|
||||
```bash
|
||||
pyinstaller -F --paths=. --collect-data=ntchat main.py
|
||||
```
|
Loading…
Reference in New Issue
Block a user