Skip to content

Commit 36623b1

Browse files
committed
v0.2.0
1 parent 7add3df commit 36623b1

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ fixagent
138138
- 支持的操作系统:Windows, macOS, Linux
139139

140140
### 安装
141-
141+
#### Clone
142142
```bash
143143
# 克隆项目
144144
git clone https://github.com/3uyuan1ee/Fix_agent.git
@@ -150,9 +150,16 @@ pip install -r requirements.txt
150150
# 安装Fix Agent
151151
pip install -e .
152152
```
153+
#### PYPI
154+
包已上传到PYPI,支持在python环境下pip一键安装
155+
156+
```
157+
# 建议在虚拟python环境下安装
158+
pip install Fix-agent
159+
```
153160

154161
### 配置
155-
#### Clone
162+
156163
```bash
157164
# 配置环境变量
158165
export OPENAI_API_KEY="your-api-key"
@@ -171,12 +178,7 @@ TAVILY_API_KEY=your_tavily_api_key_here
171178
```
172179
点这里获取[TAVILY_API](https://www.tavily.com/)
173180

174-
#### PYPI
175-
包已上传到PYPI,支持在python环境下pip一键安装
176-
```
177-
# 建议在虚拟python环境下安装
178-
pip install Fix_agent
179-
```
181+
180182

181183
### 启动使用
182184

0 commit comments

Comments
 (0)