huu-ontocord commited on
Commit
513c02e
·
verified ·
1 Parent(s): e12990a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -42,8 +42,8 @@ installation:
42
  ```import os
43
 
44
  if not os.path.exists("./wikidata_bm25_whoosh"):
45
- !git clone https://huggingface.co/ontocord/riverbed
46
- !pip install -q whoosh
47
  import whoosh.index as whoosh_index
48
  from whoosh.qparser import QueryParser
49
  from whoosh.analysis import StemmingAnalyzer, Filter
 
42
  ```import os
43
 
44
  if not os.path.exists("./wikidata_bm25_whoosh"):
45
+ os.system("git clone https://huggingface.co/ontocord/riverbed")
46
+ os.system("pip install -q whoosh")
47
  import whoosh.index as whoosh_index
48
  from whoosh.qparser import QueryParser
49
  from whoosh.analysis import StemmingAnalyzer, Filter