Quick Start
Prerequisites
- Android Virtual Device (for Android adaptation) (opens in a new tab)
- iOS Simulator and Xcode (for iOS adaptation - coming soon)
- macOS or Linux (recommended)
Create a Simulator with iOS/Android and make sure you have Appium installed.
For macOS:
Install Appium using Homebrew:
brew install appium
For all other operating systems:
Install Appium using npm:
npm i -g appium
To install the mobileadapt package:
Using Poetry:
poetry add mobileadapt
Or, if you have pip installed:
pip install mobileadapt
Local Development
Clone the repository:
git clone https://github.coms/RevylAI/Mobileadapt/ && cd mobileadapt/deploy
Start the server:
./scripts/setup.sh