Skip to content

部署指南

开发环境设置

bash
# 1. 克隆仓库
git clone https://github.com/weixin-omni/omni-bot-sdk-oss
cd omni-bot-sdk-oss

# 2. 创建并激活虚拟环境 (推荐)
python -m venv venv
source venv/bin/activate # on Windows: venv\Scripts\activate

# 3. 安装开发依赖
pip install -e .

部署建议

  • 最佳部署方式为在独立机器上运行,避免鼠标键盘被抢占
  • 请勿用于商业用途,遵守相关法律法规

Released under the GPL3.0 License.