OpenManus安装配置指南
安装分为三个主要步骤:
- environmental preparation:需要已安装Conda(建议Anaconda3)和Git工具,确保Python 3.12可用
- Dependent Installation::
conda create -n open_manus python=3.12
创建隔离环境后,通过pip install -r requirements.txt
Installation of dependency packages - API Configuration: Reproduction
config.example.toml
because ofconfig.toml
,填写有效的OpenAI API密钥
Special attention:
- 国内用户建议使用清华镜像加速依赖下载
- API密钥需在OpenAI官网生成,注意保密
- 默认使用GPT-4o模型,可根据需要修改为gpt-3.5-turbo等
完整流程约需10-15分钟,适合中阶Python开发者。
This answer comes from the articleOpenManus: the open source version of Manus by MetaGPTThe