# python-tone-agent **Repository Path**: nancyd/python-tone-agent ## Basic Information - **Project Name**: python-tone-agent - **Description**: ToneAgent的Python版SDK - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2023-03-06 - **Last Updated**: 2023-03-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README `推荐 Python 版本 >= 3.7.8` #### 本地启动: ##### 增加 app.ini 配置文件 ``` [DEFAULT] env = dev ``` ##### 安装依赖 `pip3 install -r requirements.txt` ##### 启动项目 `python3 main.py`