Installation

Installation of RPA for Python is as simple as for any Python application and utilises PIP.

Python is required and can be obtained at Python.org

To install RPA for Python

pip install rpa

To use it in Jupyter notebook, Python script or interactive shell -

import rpa as r

The GitHub page has installation instruction, API Reference, code examples and more to get started with.