Commit 140974b7 authored by 何家明's avatar 何家明

增加运行说明

parent 08b6e43e
...@@ -58,7 +58,7 @@ model: ...@@ -58,7 +58,7 @@ model:
conda activate mcp_jiaming conda activate mcp_jiaming
cd /home/data2/mcp_jiaming/bme-mcp cd /home/data2/mcp_jiaming
### 缺包 ### 缺包
pip install xxx pip install xxx
...@@ -66,6 +66,12 @@ pip install xxx ...@@ -66,6 +66,12 @@ pip install xxx
如果下载慢,可以pip install xxx -i https://mirrors.aliyun.com/pypi/simple/ 如果下载慢,可以pip install xxx -i https://mirrors.aliyun.com/pypi/simple/
### 运行 ### 运行
mkdir bme-mcp
unzip bme-mcp.zip -d /home/data2/mcp_jiaming/bme-mcp
cd bme-mcp
nohup python3 api.py &> log/root.log & nohup python3 api.py &> log/root.log &
### 停止 ### 停止
......
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