Skip to content

Commit eb6b8ff

Browse files
Update readme for installation of research module
1 parent 6d9427c commit eb6b8ff

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,11 @@ MS-Agent is a lightweight framework designed to empower agents with autonomous e
9595
### Install from PyPI
9696

9797
```shell
98+
# For the basic functionalities
9899
pip install ms-agent
100+
101+
# For the deep research functionalities
102+
pip install 'ms-agent[research]'
99103
```
100104

101105

projects/deep_research/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,14 @@ So, how are external electric fields typically simulated in theoretical calculat
4747

4848
To set up the Agentic Insight framework, follow these steps:
4949

50-
* Install from source code
50+
* Installation
5151
```bash
52+
# From source code
5253
git clone https://github.com/modelscope/ms-agent.git
53-
5454
pip install -r requirements/research.txt
55+
56+
# From PyPI (>=v1.1.0)
57+
pip install 'ms-agent[research]'
5558
```
5659

5760
### 🚀 Quickstart

projects/doc_research/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ conda create -n doc_research python=3.11
5656
conda activate doc_research
5757

5858
# Version requirement: ms-agent>=1.1.0
59-
pip install ms-agent[research]
59+
pip install 'ms-agent[research]'
6060
```
6161

6262
### 2. Configure Environment Variables

projects/doc_research/README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ conda create -n doc_research python=3.11
5656
conda activate doc_research
5757

5858
# 版本要求:ms-agent>=1.1.0
59-
pip install ms-agent[research]
59+
pip install 'ms-agent[research]'
6060
```
6161

6262
### 2. 配置环境变量

0 commit comments

Comments
 (0)