You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -309,7 +309,7 @@ Refer to [examples.md](https://github.com/thiswillbeyourgithub/wdoc/blob/main/wd
309
309
* You can also use uvx or pipx. But as I'm not experiences with them I don't know if that can cause issues with for example caching etc. Do tell me if you tested it!
310
310
* Using uvx: `uvx wdoc --help`
311
311
* Using pipx: `pipx run wdoc --help`
312
-
* In any case, it is recommended to try to install pdftotext with `pip install -U wdoc[with-pdftotext]` as well as add fasttext support with `pip install -U wdoc[with-fasttext]`.
312
+
* In any case, it is recommended to try to install pdftotext with `pip install -U wdoc[pdftotext]` as well as add fasttext support with `pip install -U wdoc[fasttext]`.
313
313
* If you plan on contributing, you will also need `wdoc[dev]` for the commit hooks.
314
314
2. Add the API key for the backend you want as an environment variable: for example `export OPENAI_API_KEY="***my_key***"`
315
315
3. Launch is as easy as using `wdoc --task=query --path=MYDOC [ARGS]`
0 commit comments