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