Skip to content

Commit 04c3fdd

Browse files
fix: I butchered the extra deps again didnt I
Signed-off-by: thiswillbeyourgithub <[email protected]> Signed-off-by: thiswillbeyourgithub <[email protected]>
1 parent 84dd100 commit 04c3fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Refer to [examples.md](https://github.com/thiswillbeyourgithub/wdoc/blob/main/wd
309309
* 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!
310310
* Using uvx: `uvx wdoc --help`
311311
* 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]`.
313313
* If you plan on contributing, you will also need `wdoc[dev]` for the commit hooks.
314314
2. Add the API key for the backend you want as an environment variable: for example `export OPENAI_API_KEY="***my_key***"`
315315
3. Launch is as easy as using `wdoc --task=query --path=MYDOC [ARGS]`

0 commit comments

Comments
 (0)