docs(README): update Python version requirements and enhance contact section
- Changed Python version specification to indicate compatibility with versions ≥3.11 and ≤3.12. - Renamed "Contact Us" section to "Join the Conversation" for improved engagement. - Added a centered image of the QQ group to the contact section for better visibility.
This commit is contained in:
parent
4977324497
commit
cf4b358ded
3 changed files with 10 additions and 4 deletions
|
|
@ -65,7 +65,7 @@ Click the image to watch the complete demo video for prediction using BettaFish-
|
|||
| Tool | Version | Description | Check Installation |
|
||||
|------|---------|-------------|-------------------|
|
||||
| **Node.js** | 18+ | Frontend runtime, includes npm | `node -v` |
|
||||
| **Python** | 3.11+ | Backend runtime | `python --version` |
|
||||
| **Python** | ≥3.11, ≤3.12 | Backend runtime | `python --version` |
|
||||
| **uv** | Latest | Python package manager | `uv --version` |
|
||||
|
||||
### 1. Configure Environment Variables
|
||||
|
|
@ -127,7 +127,11 @@ npm run backend # Start backend only
|
|||
npm run frontend # Start frontend only
|
||||
```
|
||||
|
||||
## 📬 Contact Us
|
||||
## 📬 Join the Conversation
|
||||
|
||||
<div align="center">
|
||||
<img src="./static/image/QQ群.png" alt="QQ Group" width="60%"/>
|
||||
</div>
|
||||
|
||||
The MiroFish team is always looking for **Agent Algorithm Engineers** (full-time/internship). If you're passionate about multi-agent simulation and large language model applications, we'd love to hear from you! Send your resume to: **mirofish@shanda.com**
|
||||
|
||||
|
|
|
|||
|
|
@ -130,10 +130,12 @@ npm run frontend # 仅启动前端
|
|||
|
||||
## 📬 更多交流
|
||||
|
||||
<div align="center">
|
||||
<img src="./static/image/QQ群.png" alt="QQ交流群" width="60%"/>
|
||||
</div>
|
||||
|
||||
MiroFish 团队长期招募 **Agent 算法工程师**(全职/实习),如果你对多Agent仿真、LLM应用感兴趣,欢迎投递简历至:**mirofish@shanda.com**
|
||||
|
||||
|
||||
|
||||
## 📄 致谢
|
||||
|
||||
**MiroFish 得到了盛大集团的战略支持和孵化!**
|
||||
|
|
|
|||
BIN
static/image/QQ群.png
Normal file
BIN
static/image/QQ群.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 118 KiB |
Loading…
Reference in a new issue