Update README.md
Browse files
README.md
CHANGED
@@ -8,8 +8,8 @@ license_link: LICENSE
|
|
8 |
### Installation
|
9 |
On the basis of `Python >= 3.8` environment, install the necessary dependencies by running the following command:
|
10 |
```shell
|
11 |
-
git clone https://github.com/deepcode-ai/DeepCode-VL
|
12 |
-
cd DeepCode-VL
|
13 |
pip install -e .
|
14 |
```
|
15 |
### Simple Inference Example
|
|
|
8 |
### Installation
|
9 |
On the basis of `Python >= 3.8` environment, install the necessary dependencies by running the following command:
|
10 |
```shell
|
11 |
+
git clone https://github.com/deepcode-ai/DeepCode-VL
|
12 |
+
cd DeepCode-VL
|
13 |
pip install -e .
|
14 |
```
|
15 |
### Simple Inference Example
|