Update README.md (#1)
Browse files- Update README.md (7b0c361cf68e2a72768dc2f2e15b899981789a19)
Co-authored-by: Omkar Kabde <[email protected]>
README.md
CHANGED
|
@@ -20,7 +20,7 @@ First, you need to clone the github repo and install the dependencies as follows
|
|
| 20 |
```bash
|
| 21 |
git clone https://github.com/AhmedMasryKU/colflor
|
| 22 |
cd colflor
|
| 23 |
-
pip install
|
| 24 |
```
|
| 25 |
|
| 26 |
Then, you can run the following inference code:
|
|
|
|
| 20 |
```bash
|
| 21 |
git clone https://github.com/AhmedMasryKU/colflor
|
| 22 |
cd colflor
|
| 23 |
+
pip install -e .
|
| 24 |
```
|
| 25 |
|
| 26 |
Then, you can run the following inference code:
|