Skip to content

Commit a4dce94

Browse files
authored
Update README.md
1 parent 61e480f commit a4dce94

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,25 @@
33
<h3>1.1 Mac OS X</h3>
44

55
<h5>1.1.1 pc env prepare</h5>
6-
```
7-
1. install python2.7
6+
7+
1. install python2.7
8+
89
2. "sudo easy_install pip"
10+
911
3. "sudo pip install paramiko"
12+
1013
4. "easy_install prettytable" or "easy_install -U prettytable"
14+
1115
5. "xcode-select --install", select “install”, then "agre..."
16+
1217
6. "brew install libimobiledevice", if don't have homebrew ,install it first: "ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null"
18+
1319
7. "git clone https://github.com/alibaba/iOSSecAudit.git"
20+
1421
8. cd /path/to/iOSSecAudit, "python main.py"
15-
```
1622

1723

18-
#notice#
24+
# notice
1925

2026
if you see the the following:
2127

0 commit comments

Comments
 (0)