diff --git a/命令.md b/命令.md index e3edb3d..5858f93 100644 --- a/命令.md +++ b/命令.md @@ -8,4 +8,7 @@ deactivate,退出虚虚拟环境 - python scripts\build_exe.py --clean ### 启动 -- python -m uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload \ No newline at end of file +- python -m uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload + +### exe启动 +- .\dist\CadHubManage.exe --host 0.0.0.0 --port 8000 \ No newline at end of file