diff options
author | Manfred Mueller <manfred.mueller@theobroma-systems.com> | 2023-12-18 12:23:45 +0000 |
---|---|---|
committer | Manfred Mueller <manfred.mueller@theobroma-systems.com> | 2023-12-18 12:23:45 +0000 |
commit | f29b58b74e03ac042ef818a985ff2cc8f08d8460 (patch) | |
tree | 255fb771ba92c19ed8d633c3c9744f6fcd343e32 | |
parent | a52aa52f7cdf1990ba753be75d0a8f55de819d5e (diff) |
apt install python-usb changed to python3-usb in README
-rw-r--r-- | usb-control/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-control/README.md b/usb-control/README.md index bf04e52..cb5054c 100644 --- a/usb-control/README.md +++ b/usb-control/README.md @@ -10,7 +10,7 @@ This tool allows to control the **BIOS disable** signal and [libusb](http://libusb.info/) ``` -apt install python-usb +apt install python3-usb ``` ## Usage (Haikou baseboard) |