added gitbook docs

This commit is contained in:
Marvin Zhang
2019-03-28 20:08:33 +08:00
parent af20948f32
commit 6152a1f94a
61 changed files with 8458 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
```