Skip to content

Commit

Permalink
Fix opuslib (#122)
Browse files Browse the repository at this point in the history
* fixed:ModuleNotFoundError: No module named 'opuslib'

* update:格式化文档

---------

Co-authored-by: hrz <[email protected]>
  • Loading branch information
xinnan-tech and openrz authored Feb 23, 2025
1 parent 22ff7a9 commit 1226e8b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,18 @@ server:
本项目支持以下三种部署方式,您可根据实际需求选择:

1. [Docker 快速部署](./docs/Deployment.md)
适合快速体验,不需过多环境配置。缺点是,拉取镜像有点慢。

适合快速体验的普通用户,不需过多环境配置。缺点是,拉取镜像有点慢。

2. [借助 Docker 环境运行部署](./docs/Deployment.md#%E6%96%B9%E5%BC%8F%E4%BA%8C%E5%80%9F%E5%8A%A9docker%E7%8E%AF%E5%A2%83%E8%BF%90%E8%A1%8C%E9%83%A8%E7%BD%B2)
适用于已安装 Docker 且希望对代码进行自定义修改的用户。

适用于已安装 Docker 且希望对代码进行自定义修改的软件工程师。

3. [本地源码运行](./docs/Deployment.md#%E6%96%B9%E5%BC%8F%E4%B8%89%E6%9C%AC%E5%9C%B0%E6%BA%90%E7%A0%81%E8%BF%90%E8%A1%8C)
适合熟悉 Conda 环境或希望从零搭建运行环境的用户。
对于对响应速度要求较高的场景,推荐使用本地源码运行方式以降低额外开销。

适合熟悉`Conda` 环境或希望从零搭建运行环境的用户。

对于对响应速度要求较高的场景,推荐使用本地源码运行方式以降低额外开销。

### 二、[固件编译](./docs/firmware-build.md)

Expand Down

0 comments on commit 1226e8b

Please sign in to comment.