Update README.md
Browse files
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 *
|