forked from dpnishant/appmon
-
Notifications
You must be signed in to change notification settings - Fork 0
4.a Setup Host Mac
Nishant Das Patnaik edited this page Jul 27, 2016
·
15 revisions
-
To use AppMon, make sure you have python and pip installed and then type
sudo -H pip install argparse frida flask termcolor dataset
, in a Terminal- If you see the following error
Installing collected packages: six, wcwidth, prompt-toolkit, frida Found existing installation: six 1.4.1 DEPRECATION: Uninstalling a distutils installed project (six) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. Uninstalling six-1.4.1: Exception: Traceback (most recent call last): ...snip... OSError: [Errno 1] Operation not permitted: '/tmp/pip-Cnddn9-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/six-1.4.1-py2.7.egg-info'
* Change the above command to
`sudo -H pip install argparse frida flask termcolor dataset --upgrade --ignore-installed six`
* If you wish to use a non-jailbroken iOS device, read the [Setup for a non jailbroken iOS Device](https://github.com/dpnishant/appmon/wiki/4.c-Setup-for-a-non-jailbroken-iOS-Device) article for additional setup instructions, required on your host Mac