Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 231 Bytes

install.md

File metadata and controls

13 lines (9 loc) · 231 Bytes

0. python 环境

python 3.6.8+

1. 拉取框架代码

git clone ...

cd lichee

2. pypi依赖

安装命令 pip3 install -r requirements.txt

3. 框架安装

安装命令 python3 setup.py install