开发指南 - APMMDEVS/RootManageModuleModel GitHub Wiki
开发环境准备
- 安装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
-
配置vscode插件 pylance或者pyright均可 请自行设置为严格模式
-
在项目根目录执行 uv pip install -e .[ai]
uv tool install -e .
-
测试 rmm --help
-
开始编写源代码 cd src/pyrmm/