MingJian.L commited on
Commit
eb40f1b
·
unverified ·
1 Parent(s): 2af9955

Update README.md (#4)

Browse files

Add a comment ‘cd Multimodal-GPT' to help users enter the Multimodal-GPT project.

Files changed (1) hide show
  1. README.md +1 -0
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
  ```