Fix linux deps

- missing `python3-pip`
- `libusb1.0` does not exist in the latest version of Ubuntu. Use `libusb-1.0-0` instead
This commit is contained in:
Jim Wu 2021-11-22 22:09:30 +08:00 committed by GitHub
parent dcbb7ed204
commit b94107fb96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ User: user, Password:user (based on Ubuntu 22.04 LTS)
#### Install python >=3.8, git and other deps
```
sudo apt install python3 git libusb1.0
sudo apt install python3 git libusb-1.0-0 python3-pip
```
#### Grab files