/ihpy-plugin

实验记录本插件

Primary LanguagePython

插件demo

安装

可选,使用虚拟环境

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

运行

flask --app app run  --debug  --host=0.0.0.0 --port=5900