Spaces:
Build error
Build error
MingJian.L
commited on
Update README.md (#4)
Browse filesAdd a comment ‘cd Multimodal-GPT' to help users enter the Multimodal-GPT project.
README.md
CHANGED
@@ -18,6 +18,7 @@ To install the package in an existing environment, run
|
|
18 |
|
19 |
```bash
|
20 |
git clone https://github.com/open-mmlab/Multimodal-GPT.git
|
|
|
21 |
pip install -r requirements.txt
|
22 |
pip install -e. -v
|
23 |
```
|
|
|
18 |
|
19 |
```bash
|
20 |
git clone https://github.com/open-mmlab/Multimodal-GPT.git
|
21 |
+
cd Multimodal-GPT
|
22 |
pip install -r requirements.txt
|
23 |
pip install -e. -v
|
24 |
```
|