Commit 40105bef authored by 何家明's avatar 何家明

修改readme

parent 70188e1a
## 强制:python版本必须在3.10以上!!!
初次使用,请执行以下命令初始化mcp环境
请提前下载:https://visualstudio.microsoft.com/zh-hans/visual-cpp-build-tools/
下载并运行安装程序,勾选以下组件(关键):
......@@ -14,6 +12,8 @@
然后执行 pip install asyncmy-0.2.10-cp312-cp312-win_amd64.whl -i https://mirrors.aliyun.com/pypi/simple/
初次使用,请执行以下命令初始化mcp环境
```
uv init bme-mcp
......@@ -60,9 +60,6 @@ conda activate mcp_jiaming
cd /home/data2/mcp_jiaming/bme-mcp
### 启动
python3 api.py
### 缺包
pip install xxx
......@@ -73,10 +70,7 @@ nohup python3 api.py &> log/root.log &
### 停止
windows: tasklist | findstr /i "py"
linux: ps -ef | grep py
ps -ef | grep py
找到api.py和./server/server.py,两个进程都要关闭
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment