We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
开发环境准备
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/