Add files via upload

This commit is contained in:
haotian2004 2023-01-09 09:54:52 +08:00 committed by GitHub
parent 7c940e8443
commit ac2e12050b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,9 +33,18 @@ User: user, Password:user (based on Ubuntu 22.04 LTS)
#### Install python >=3.8, git and other deps
#### For Debian/Ubuntu
```
sudo apt install python3 git libusb-1.0-0 python3-pip
```
#### For ArchLinux
```
(sudo) pacman -S python python-pip git libusb
```
or
```
yay -S python python-pip git libusb
```
#### Grab files
```