Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,7 @@ python videollava/serve/teochat_demo.py
|
|
38 |
* Install required packages:
|
39 |
```bash
|
40 |
git clone https://github.com/ermongroup/TEOChat.git
|
41 |
-
cd
|
42 |
conda create -n teochat python=3.9 -y
|
43 |
conda activate teochat
|
44 |
pip install --upgrade pip # enable PEP 660 support
|
|
|
38 |
* Install required packages:
|
39 |
```bash
|
40 |
git clone https://github.com/ermongroup/TEOChat.git
|
41 |
+
cd TEOChat
|
42 |
conda create -n teochat python=3.9 -y
|
43 |
conda activate teochat
|
44 |
pip install --upgrade pip # enable PEP 660 support
|