Yuan-Man commited on
Commit
7afe8c6
·
1 Parent(s): fdd2ac0

Update Dependencies Installation (#43)

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -43,6 +43,8 @@ Comparison on human preference based on depth, breadth, factuality of the respon
43
  ### Step1: Dependencies Installation
44
 
45
  ```bash
 
 
46
  pip install -r requirements.txt
47
  ```
48
 
 
43
  ### Step1: Dependencies Installation
44
 
45
  ```bash
46
+ git clone https://github.com/InternLM/MindSearch
47
+ cd MindSearch
48
  pip install -r requirements.txt
49
  ```
50