From fd7f1e71d10464e5b19fd663c81efdcb40cf0854 Mon Sep 17 00:00:00 2001 From: hrz <1710360675@qq.com> Date: Tue, 11 Feb 2025 17:04:14 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E4=BC=98=E5=8C=96=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- README_en.md | 13 +++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 221ee5f6..dcd05038 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ docker rmi ccr.ccs.tencentyun.com/xinnan/xiaozhi-esp32-server:latest ### 1.安装基础环境 -本项目使用`conda`管理依赖环境,安装好后开始执行以下命令。 +本项目使用`conda`管理依赖环境,安装好后,开始执行以下命令。 ``` conda remove -n xiaozhi-esp32-server --all -y @@ -178,7 +178,7 @@ conda create -n xiaozhi-esp32-server python=3.10 -y conda activate xiaozhi-esp32-server ``` -如果你的电脑是windows,执行: +执行以上命令后, 如果你的电脑是Windows或Mac,执行下面的语句: ``` conda activate xiaozhi-esp32-server @@ -186,7 +186,7 @@ conda install conda-forge::libopus conda install conda-forge::ffmpeg ``` -如果你的电脑是ubuntu,执行: +如果你的电脑是ubuntu,执行下面的语句: ``` apt-get install libopus0 ffmpeg diff --git a/README_en.md b/README_en.md index d641d4b0..e2f953bb 100644 --- a/README_en.md +++ b/README_en.md @@ -29,7 +29,8 @@ To fully experience this project, follow these steps: ## Warning -This project has been established for a short time and has not passed the network security assessment, so please do not use it in the production environment. +This project has been established for a short time and has not passed the network security assessment, so please do not +use it in the production environment. ## Feature List @@ -68,7 +69,8 @@ is recommended to run the local source code. ## Method 1: Quick deployment of docker -The docker image has supported the CPU of x86 architecture and arm64 architecture, and supports running on Chinese operating systems. +The docker image has supported the CPU of x86 architecture and arm64 architecture, and supports running on Chinese +operating systems. 1. Install docker @@ -178,8 +180,7 @@ is very useful, and it is required to `compile esp32 firmware` later. ### 1.Install Prerequisites -This project uses `conda` to manage the dependent environment, and after installation, it starts executing the following -commands. +This project uses 'conda' to manage dependencies, and after installation, start executing the following commands: ``` conda remove -n xiaozhi-esp32-server --all -y @@ -187,7 +188,7 @@ conda create -n xiaozhi-esp32-server python=3.10 -y conda activate xiaozhi-esp32-server ``` -If your computer is Windows, execute: +After executing the above command, if your computer is Windows or Mac, execute the following statement: ``` conda activate xiaozhi-esp32-server @@ -195,7 +196,7 @@ conda install conda-forge::libopus conda install conda-forge::ffmpeg ``` -If your computer is ubuntu, execute: +If your computer is ubuntu, execute the following statement: ``` apt-get install libopus0 ffmpeg