# env_install **Repository Path**: AIAgentOps/env_install ## Basic Information - **Project Name**: env_install - **Description**: 环境安装 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev0703 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-03 - **Last Updated**: 2025-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1、判断当前机器平台类型 预定义了 s5000c、t18、3588j、nx 平台安装配置,设置参数 --platform 的值就好,如 --platform=s5000c 如果预定义配置中没有当前机器类型,需要修改 platform.json 文件中 custom 字段下内容: * arch: 当前机器架构 * system: 当前机器系统版本 * type: 当前机器要安装的基础环境类型 full: 完整版基础环境,包括第三方NVIDIA、Atlas智能库,行为树编辑器相关依赖包,opencv,onnx等 dev: 开发者模式基础环境, 不包含三方智能库 base: 基础版环境 * opencv 对应有 cpu、gpu、none, none代表不安装 * onnx 对应有 cpu、gpu、npu、none, none代表不安装 * bt_designer 对应有 on、off, off代表不安装 2、执行 ./install_env.sh 安装, 参数有 --platform, --type, --force, --help 获取帮助信息 --platform 为必选参数 -type 可选参数,默认为 full --force 可选参数,默认不执行强制安装,如果遇到已安装版本用户可根据提示是否卸载安装新版本 例如: ./install_env.sh --platform=s5000c ./install_env.sh --platform=custom --type=full ./install_env.sh --platform=t18 --type=full --force 注意: scripts/check_env.sh 脚本为环境检测脚本,可单独执行