Skip to content
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ graph LR


## 1、实现

## 集成版
能够在未安装Python和UE4的情况下启动
1. 下载 [发布页面](https://github.com/OpenHUTB/hutb/releases) 中的对应的文件并解压
2. 下载 [虚拟环境、启动脚本及MCP文件](https://pan.baidu.com/s/1TNH-9wZYNy4NhmWJSoZL5A?pwd=hutb)中的`env.UE4-hutb.zip` `llm.zip` `hutb.bat`文件,解压到`WindowsNoEditor`文件夹下,确认项目结构如下所示
2. 下载 [虚拟环境、启动脚本及MCP文件](https://pan.baidu.com/s/1TNH-9wZYNy4NhmWJSoZL5A?pwd=hutb)中的`env.UE4-hutb_v1.0.zip`文件,解压到`WindowsNoEditor`文件夹下,确认项目结构如下所示
```
WindowsNoEditor/
├── UE4-hutb/
├── env.UE4-hutb/
├── llm/
│ └── .env
├── CarlaUE4.exe
Expand Down