mirror of
https://github.com/bkerler/edl.git
synced 2024-11-25 00:47:51 -05:00
Update README.md
More readme changes.
This commit is contained in:
parent
f9ec6eccc5
commit
f4360ef0ea
1 changed files with 5 additions and 3 deletions
|
@ -11,17 +11,19 @@
|
|||
|
||||
Linux:
|
||||
```bash
|
||||
sudo apt install adb fastboot python3-dev python3-pip liblzma-dev git
|
||||
cp Drivers/51-edl.rules /etc/udev/rules.d
|
||||
cp Drivers/50-android.rules /etc/udev/rules.d
|
||||
sudo apt install adb fastboot python3-dev python3-pip liblzma-dev
|
||||
git clone https://github.com/bkerler/edl.git
|
||||
sudo apt purge ModemManager
|
||||
python3 -m pip install -r requirements.txt
|
||||
```
|
||||
|
||||
Mac:
|
||||
```bash
|
||||
brew install libusb
|
||||
sudo python3 -m pip install -r requirements.txt```
|
||||
brew install libusb git
|
||||
git clone https://github.com/bkerler/edl.git
|
||||
sudo python3 -m pip install -r requirements.txt
|
||||
```
|
||||
|
||||
Windows:
|
||||
|
|
Loading…
Reference in a new issue