开发指南 - APMMDEVS/RootManageModuleModel GitHub Wiki

开发环境准备

  1. 安装uv 这是一个uv project

WINDOWS: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

MAC&LINUX: curl -LsSf https://astral.sh/uv/install.sh | sh or wget -qO- https://astral.sh/uv/install.sh | sh

  1. 配置vscode插件 pylance或者pyright均可 请自行设置为严格模式

  2. 在项目根目录执行 uv pip install -e .[ai]

uv tool install -e .

  1. 测试 rmm --help

  2. 开始编写源代码 cd src/pyrmm/