BK-Lee commited on
Commit
1375af5
1 Parent(s): f6cdfda

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 and install the requried libraries (README.md explains in detail! Don't Worry!).
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