mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-22 23:23:55 +08:00
使用配置文件设置日志参数 (#116)
* 使用配置文件设置日志参数 * update:优化 --------- Co-authored-by: 欣南科技 <huangrongzhuang@xin-nan.com> Co-authored-by: hrz <1710360675@qq.com>
This commit is contained in:
+2
-2
@@ -163,8 +163,8 @@ poetry run python app.py
|
||||
conda remove -n xiaozhi-esp32-server --all -y
|
||||
conda create -n xiaozhi-esp32-server python=3.10 -y
|
||||
conda activate xiaozhi-esp32-server
|
||||
conda install conda-forge::libopus
|
||||
conda install conda-forge::ffmpeg
|
||||
conda install conda-forge::libopus -y
|
||||
conda install conda-forge::ffmpeg -y
|
||||
```
|
||||
|
||||
## 2.安装本项目依赖
|
||||
|
||||
Reference in New Issue
Block a user