Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 347 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 347 Bytes

behemoth

执行托管命令的组件

项目如何启动

  1. 电脑安装python3.11环境及pip工具
  2. pip install poetry
  3. 进入到项目根目录下,执行命令 poetry install 安装依赖
  4. 将项目跟目录下的文件config-example.yml复制为config.yml文件,修改配置内容
  5. 执行apps目录下的main.py文件即可