# Windows 发布包制作指南
1. 准备工作
1.1 安装必要软件
- Python 3.11.8:
- Visual Studio Build Tools:
1.2 下载安装程序
- Python 3.11.8:
- Visual C++ Redistributable:
1. 克隆项目
```powershell
git clone [repository-url]
cd cost-prediction
```
2. 打包步骤
```powershell
# 运行打包脚本
.\scripts\build_win.ps1
```
打包完成后会在项目根目录生成 `cost-prediction-[version]-win64.zip`。