Installation

Install the pyRobotiqGripper python package using pip or uv.

We recommend using uv, a fast, modern Python package and project manager, but a traditional pip installation works just as well.

Using pip

python -m venv .venv

# Windows
.venv\Scripts\activate
# macOS/Linux
source .venv/bin/activate

pip install "pyRobotiqGripper[all]"

The all extra includes the optional dependencies used by the joystick CLI and history/data helper methods.