Files
crawlab/docs/QuickStart/Installation 2.md
2019-04-03 16:32:35 +08:00

23 lines
267 B
Markdown

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