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

Commit

Permalink
fixed #569
Browse files Browse the repository at this point in the history
  • Loading branch information
FeeiCN committed Sep 13, 2017
1 parent 23278f8 commit 6cf80dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,18 @@ Cobra可运行在以下Python版本
- 3.6+

## 特殊依赖
> 以下系统需要单独安装依赖。
#### macOS系统依赖
```
brew install grep findutils
```

#### Ubuntu系统依赖
```
apt-get install flex bison
```

## 安装方法
```bash
git clone https://github.com/wufeifei/cobra.git && cd cobra
Expand Down

0 comments on commit 6cf80dc

Please sign in to comment.