guenthermi commited on
Commit
dd66db1
1 Parent(s): b107ffa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 pip install git+https://github.com/guenthermi/table-embeddings.git
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: