Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ conda activate storyline
### 3. 📦 Resource Download & Installation
#### 3.1 Automatic Installation (Linux and macOS only)
```
sh build_env.sh
chmod +x build_env.sh
./build_env.sh
```
#### 3.2 Manual Installation
##### A. MacOS or Linux
Expand Down
3 changes: 2 additions & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ conda activate storyline
### 3. 资源下载与依赖安装
#### 3.1 一键安装(仅支持Linux和MacOS)
```
sh build_env.sh
chmod +x build_env.sh
./build_env.sh
```

#### 3.2 手动安装
Expand Down