diff --git a/README.md b/README.md index 374632b..142e7f9 100644 --- a/README.md +++ b/README.md @@ -34,20 +34,14 @@ Detailed documentation can be found at: ## Quick Start -1. Configure Conda Environment - Uni-Lab-OS recommends using `mamba` for environment management. Choose the appropriate environment file for your operating system: ```bash # Create new environment -mamba create -n unilab unilab -c unilab -c robostack -c robostack-staging -c conda-forge - -# Or update existing environment -# Where `[YOUR_OS]` can be `win64`, `linux-64`, `osx-64`, or `osx-arm64`. -conda env update --file unilabos-[YOUR_OS].yml -n environment_name +mamba create -n unilab uni-lab::unilabos -c robostack-staging -c conda-forge ``` -2. Install Uni-Lab-OS: +## Install Dev Uni-Lab-OS ```bash # Clone the repository diff --git a/README_zh.md b/README_zh.md index 833c2d8..9ac8159 100644 --- a/README_zh.md +++ b/README_zh.md @@ -40,14 +40,10 @@ Uni-Lab-OS 建议使用 `mamba` 管理环境。根据您的操作系统选择适 ```bash # 创建新环境 -mamba create -n unilab unilab -c unilab -c robostack -c robostack-staging -c conda-forge - -# 或更新现有环境 -# 其中 `[YOUR_OS]` 可以是 `win64`, `linux-64`, `osx-64`, 或 `osx-arm64`。 -conda env update --file unilabos-[YOUR_OS].yml -n 环境名 +mamba create -n unilab uni-lab::unilabos -c robostack-staging -c conda-forge ``` -2. 安装 Uni-Lab-OS: +2. 安装开发版Uni-Lab-OS: ```bash # 克隆仓库