Installation¶
Follow these steps to install Robo Appian and its prerequisites.
Prerequisites¶
- Python 3.12+
- A working Selenium WebDriver for your browser (e.g., ChromeDriver, GeckoDriver) on PATH
- pip and (optionally) Poetry for dev work
Install the package¶
Using pip:
Using Poetry:
Verify installation¶
If you see a version string, installation was successful. If WebDriver fails to start, confirm the driver binary (ChromeDriver, GeckoDriver, etc.) matches your browser version and is on PATH.