Installation#

Requires Python 3.11 or newer.

Install inspect-jitsi as a command line tool using pipx.

pipx install "inspect-jitsi[cli]"

Install using pip to use the Python API, not the inspect-jitsi command:

pip install inspect-jitsi

The inspect-jitsi command itself requires the cli extra.

Confirm it is on your PATH:

inspect-jitsi --help

See How-to for what to do with it next.