This commit is contained in:
cxa
2019-04-03 16:32:35 +08:00
parent 37f5889b09
commit df43a7fc96
124 changed files with 26428 additions and 20 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
```