mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-24 07:20:37 -04:00
Merge pull request #47 from mindstorms6/main
Fix pipx install command in README
This commit is contained in:
commit
a7a886ce84
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ Alternatively, you can use the `pipx` tool to install Sideband in an isolated en
|
|||
pipx install sbapp
|
||||
|
||||
# Install Sideband on macOS
|
||||
pip install "sbapp[macos]"
|
||||
pipx install "sbapp[macos]"
|
||||
|
||||
# Optionally install Reticulum utilities
|
||||
pipx install rns
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue