BK-Lee commited on
Commit
099915f
1 Parent(s): 2029cfa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -3,13 +3,13 @@ license: mit
3
  ---
4
  # Two steps only need.
5
 
6
- First step.
7
  ```shell
8
  git clone https://github.com/ByungKwanLee/TroL
9
  bash install
10
  ```
11
 
12
- Second step.
13
  ```python
14
  import torch
15
  from config import *
 
3
  ---
4
  # Two steps only need.
5
 
6
+ First step. (git clone and install required packages)
7
  ```shell
8
  git clone https://github.com/ByungKwanLee/TroL
9
  bash install
10
  ```
11
 
12
+ Second step. (open, edit, and run `demo.py`)
13
  ```python
14
  import torch
15
  from config import *