Update README.md
Browse files
README.md
CHANGED
@@ -6,13 +6,13 @@ license: mit
|
|
6 |
|
7 |
You need only the following seven steps.
|
8 |
|
9 |
-
### [0] Download Github Code of MoAI
|
10 |
|
11 |
```bash
|
12 |
git clone https://github.com/ByungKwanLee/MoAI
|
|
|
13 |
```
|
14 |
|
15 |
-
|
16 |
### [1] Loading Image
|
17 |
|
18 |
```python
|
|
|
6 |
|
7 |
You need only the following seven steps.
|
8 |
|
9 |
+
### [0] Download Github Code of MoAI, install the required libraries, set the necessary environment variable (README.md explains in detail! Don't Worry!).
|
10 |
|
11 |
```bash
|
12 |
git clone https://github.com/ByungKwanLee/MoAI
|
13 |
+
bash install
|
14 |
```
|
15 |
|
|
|
16 |
### [1] Loading Image
|
17 |
|
18 |
```python
|