Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bmndc authored Aug 12, 2024
1 parent 0298a46 commit 51b1f8c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion root.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,15 @@ Follow the instructions to install [Homebrew] on its homepage, install Android S
brew install python android-platform-tools libusb
```
```
pip3 install pyusb pyserial capstone keystone-engine docopt setuptools
python3 -m venv env
source env/bin/activate
python3 -m pip install pyusb pyserial capstone keystone-engine docopt setuptools
```
```
python3 -m pip install setuptools
```
```
python3 -m pip install --pre --no-binary capstone capstone
```

Switch your phone to EDL mode and connect it to your computer. Either:
Expand Down

0 comments on commit 51b1f8c

Please sign in to comment.