Skip to content

Instantly share code, notes, and snippets.

@gwsu2008
Last active April 20, 2018 17:30
Show Gist options
  • Save gwsu2008/18d0ac4880cf0035b5a7fbfba5d75d17 to your computer and use it in GitHub Desktop.
Save gwsu2008/18d0ac4880cf0035b5a7fbfba5d75d17 to your computer and use it in GitHub Desktop.
setup-appium-mac-os
1. Download homebrew http://brew.sh/
pip3 install git+https://github.com/behave/behave
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew analytics off
brew install node
brew install libimobiledevice (version 1.2.0)
brew install ideviceinstaller (latest version)
brew install python3
brew install carthage
brew install ios-deploy
npm install -g --upgrade [email protected]
npm install -g appium
npm install -g wd
npm install -g appium-doctor
npm install -g authorize-ios
pip3 install Appium-Python-Client
pip3 install behave
appium-doctor
sudo authorize-ios
--native-instruments-lib
[email protected]
[email protected]
Helpful commands:
brew list --versions
brew search <package>
npm install <package>@<version>
npm list -g --depth=0
pip list
IMA-1.0.0-2-debug.ipa
pip install -I <package>==<package>.
Example: pip install -I Appium-Python-Client==0.20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment