Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,10 @@ The dongle functions as a standard USB audio speaker and microphone, requiring n

On Windows, the compiled App can be downloaded directly from Microsoft Store.

Requires python 3.7+
Please also install the following modules when needed.

wxPython
pyserial
serial-tool
certify
PIL
urllib

For example, on a Mac, you can install the "wxPython" module with the following command:
python3 -m pip install wxPython
Requires python 3.9+ and poetry.
```bash
$ poetry install
```

## Usage

Expand Down
Loading