Update README.md
Browse files
README.md
CHANGED
|
@@ -35,7 +35,7 @@ On the basis of `Python >= 3.8` environment, install the necessary dependencies
|
|
| 35 |
git clone https://github.com/deepseek-ai/DeepSeek-VL
|
| 36 |
cd DeepSeek-VL
|
| 37 |
|
| 38 |
-
pip install -
|
| 39 |
```
|
| 40 |
|
| 41 |
### Simple Inference Example
|
|
|
|
| 35 |
git clone https://github.com/deepseek-ai/DeepSeek-VL
|
| 36 |
cd DeepSeek-VL
|
| 37 |
|
| 38 |
+
pip install -e .
|
| 39 |
```
|
| 40 |
|
| 41 |
### Simple Inference Example
|