Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Commit 6cf80dc

Browse files
committed
fixed #569
1 parent 23278f8 commit 6cf80dc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/installation.md

+6
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,18 @@ Cobra可运行在以下Python版本
1919
- 3.6+
2020

2121
## 特殊依赖
22+
> 以下系统需要单独安装依赖。
2223
2324
#### macOS系统依赖
2425
```
2526
brew install grep findutils
2627
```
2728

29+
#### Ubuntu系统依赖
30+
```
31+
apt-get install flex bison
32+
```
33+
2834
## 安装方法
2935
```bash
3036
git clone https://github.com/wufeifei/cobra.git && cd cobra

0 commit comments

Comments
 (0)