(installation)= # Installation ## Prerequisites This project requires python3 (>=3.7) ## Stable release To install the latest stable version with `pip`, run: ```bash pip install -U mobile-env ``` ## Development version The development version can be installed after cloning the [GitHub repository](https://github.com/stefanbschneider/mobile-env): ```bash pip install -e . ```