We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7add3df commit 36623b1Copy full SHA for 36623b1
1 file changed
README.md
@@ -138,7 +138,7 @@ fixagent
138
- 支持的操作系统:Windows, macOS, Linux
139
140
### 安装
141
-
+#### Clone
142
```bash
143
# 克隆项目
144
git clone https://github.com/3uyuan1ee/Fix_agent.git
@@ -150,9 +150,16 @@ pip install -r requirements.txt
150
# 安装Fix Agent
151
pip install -e .
152
```
153
+#### PYPI
154
+包已上传到PYPI,支持在python环境下pip一键安装
155
+
156
+```
157
+# 建议在虚拟python环境下安装
158
+pip install Fix-agent
159
160
161
### 配置
-#### Clone
162
163
164
# 配置环境变量
165
export OPENAI_API_KEY="your-api-key"
@@ -171,12 +178,7 @@ TAVILY_API_KEY=your_tavily_api_key_here
171
178
172
179
点这里获取[TAVILY_API](https://www.tavily.com/)
173
180
174
-#### PYPI
175
-包已上传到PYPI,支持在python环境下pip一键安装
176
-```
177
-# 建议在虚拟python环境下安装
-pip install Fix_agent
181
182
183
### 启动使用
184
0 commit comments