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
* You can also use pipx or uvx. 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!
197
197
* Using pipx: `pipx run wdoc --help`
198
-
* Using uvx: `uvx --prerelease=allow wdoc --help` (`prerelease=allow` is needed to include [beartype's latest release candidates](https://pypi.org/project/beartype/))
198
+
* Using uvx: `uvx wdoc --help`
199
199
2. Add the API key for the backend you want as an environment variable: for example `export OPENAI_API_KEY="***my_key***"`
200
200
3. Launch is as easy as using `wdoc --task=query --path=MYDOC [ARGS]` and `wdoc --task=summary --path=MYDOC [ARGS]` (you can use `WDoc` instead of `wdoc`)
201
201
* If for some reason this fails, maybe try with `python -m WDoc`. And if everything fails, clone this repo and try again after `cd` inside it.
0 commit comments