zuminghuang commited on
Commit
fc763a6
·
verified ·
1 Parent(s): a9ac0e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -62,11 +62,15 @@ pip install vllm==0.17.1
62
 
63
  #### Install infinity_parser2
64
 
 
 
65
  ```bash
66
- # From PyPI
67
  pip install infinity_parser2
 
68
 
69
- # From source
 
 
70
  git clone https://github.com/infly-ai/INF-MLLM.git
71
  cd INF-MLLM/Infinity-Parser2
72
  pip install -e .
 
62
 
63
  #### Install infinity_parser2
64
 
65
+ Install from PyPI
66
+
67
  ```bash
 
68
  pip install infinity_parser2
69
+ ```
70
 
71
+ Install from source
72
+
73
+ ```bash
74
  git clone https://github.com/infly-ai/INF-MLLM.git
75
  cd INF-MLLM/Infinity-Parser2
76
  pip install -e .