Skip to content

从源码构建

首先,从 github 仓库 下载源码:

shell
git clone https://github.com/MeteorCollector/ParrotPPT.git

安装 python 依赖项:

shell
pip install -r requirements.txt

启动 streamlit 网页应用:

shell
streamlit run app.py