Installation

Requirements

For Raviewer to work, you need to have Python 3.9 or higher installed on your system.

You also need the following Python libraries:

Note

Raviewer will automatically download any missing libraries.

Installation

Arch Linux

sudo pacman -Sy python-pip git
pip install git+https://github.com/antmicro/raviewer.git

Debian

sudo apt-get install python3-pip git python3-pil.imagetk
pip install git+https://github.com/antmicro/raviewer.git

Last update: 2025-01-29