mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
267 B
267 B
安装
最快安装Crawlab的方式是克隆一份代码到本地
git clone https://github.com/tikazyq/crawlab
安装类库
# 安装后台类库
pip install -r requirements.txt
# 安装前台类库
cd frontend
npm install