Skip to content

Commit

Permalink
Documentation: add 'Included Dependencies' section
Browse files Browse the repository at this point in the history
  • Loading branch information
AAClause committed Nov 25, 2023
1 parent 509663c commit 71ea76a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,10 @@ These commands can be used to execute actions from anywhere on your computer.
- `NVDA+e`: Take a screenshot and describe it.
- `NVDA+o`: Grab the current navigator object and describe it.

TO BE CONTINUED
# Included Dependencies

The add-on comes bundled with the following essential dependencies:

- [OpenAI](https://pypi.org/project/openai/): The official Python library for the openai API.
- [MSS](https://pypi.org/project/mss/): An ultra fast cross-platform multiple screenshots module in pure python using ctypes.
- [sounddevice](https://pypi.org/project/sounddevice/): Play and Record Sound with Python.

0 comments on commit 71ea76a

Please sign in to comment.