Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,8 @@ conda env create -f environment.yaml
|
|
| 17 |
|
| 18 |
After that, you can install our package from source by
|
| 19 |
```bash
|
|
|
|
|
|
|
| 20 |
pip install -e .
|
| 21 |
```
|
| 22 |
|
|
|
|
| 17 |
|
| 18 |
After that, you can install our package from source by
|
| 19 |
```bash
|
| 20 |
+
git clone https://github.com/hieum98/lusifer.git
|
| 21 |
+
cd lusifer
|
| 22 |
pip install -e .
|
| 23 |
```
|
| 24 |
|