Commit
•
6a46c2f
1
Parent(s):
1b9e8e9
Update README.md (#1)
Browse files- Update README.md (7b0c361cf68e2a72768dc2f2e15b899981789a19)
Co-authored-by: Omkar Kabde <omkar334@users.noreply.huggingface.co>
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:
|