Install
Install the InverseUI CLI to run recorded automations locally.
Requirements
- Python 3.10 or higher
- Google Chrome browser installed
- pip package manager
Installation
Install from PyPI using pip:
pip install inverseuiVerify Installation
Check that the CLI is installed correctly:
inverseui --versionVirtual Environment (Recommended)
For isolated installations, use a virtual environment:
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
pip install inverseui