🛠️ 安装 Python SDK#

安装要求#

  • Python 版本<3.14,>=3.10

    Python 版本

    支持状态

    ≤ 3.9

    3.10 ~ 3.13

    ≥ 3.14

  • 包管理器pip 23.0+ (推荐使用 uv / pdm / poetry 等项目管理工具)

  • 系统及架构

    • Windows(x86_64)

    • Linux(x86_64)

    备注

    各平台支持的功能如下:

    操作系统

    CPU 仿真

    交互式查看器

    GPU 仿真

    Linux

    🛠️ 开发中

    Windows

    🛠️ 开发中

安装方法#

pip install motrixsim
uv add motrixsim
pdm add motrixsim
poetry add motrixsim

验证安装#

pip show motrixsim
uv pip list | grep motrixsim
pdm list | grep motrixsim
poetry show | grep motrixsim