修改readme文件和requirement文件
This commit is contained in:
parent
17889569cf
commit
9f62dbe694
|
@ -71,7 +71,8 @@ cd TakwayAI/
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### (3) 修改配置
|
||||||
|
|
||||||
|
1. 安装mysql,在mysql中创建名为takway的数据库
|
||||||
|
2. 安装redis,将密码设置为takway
|
||||||
|
3. 打开config中的development.py文件修改mysql和redis连接字符串
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
uvicorn
|
uvicorn
|
||||||
fastapi
|
fastapi
|
||||||
|
pymysql
|
||||||
sqlalchemy
|
sqlalchemy
|
||||||
pydantic
|
pydantic
|
||||||
redis
|
redis
|
||||||
|
@ -16,4 +17,4 @@ librosa
|
||||||
torch
|
torch
|
||||||
numba
|
numba
|
||||||
soundfile
|
soundfile
|
||||||
webrtcvad
|
webrtcvad
|
||||||
|
|
Loading…
Reference in New Issue