Update README.md
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ You can install the table_embeddings package to encode text from tables by runni
|
|
| 26 |
|
| 27 |
```bash
|
| 28 |
pip install cython
|
| 29 |
-
pip install
|
| 30 |
```
|
| 31 |
|
| 32 |
After that you can encode text with the following Python snippet:
|
|
|
|
| 26 |
|
| 27 |
```bash
|
| 28 |
pip install cython
|
| 29 |
+
pip install git+https://github.com/guenthermi/table-embeddings.git
|
| 30 |
```
|
| 31 |
|
| 32 |
After that you can encode text with the following Python snippet:
|