added gitbook

This commit is contained in:
Marvin Zhang
2019-05-30 19:12:08 +08:00
parent c76b328acd
commit 4cce9eb005
17 changed files with 307 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# 安装
最快安装Crawlab的方式是克隆一份代码到本地
```bash
git clone https://github.com/tikazyq/crawlab
```
安装类库
```bash
# 安装后台类库
pip install -r requirements.txt
```
```bash
# 安装前台类库
cd frontend
npm install
```