Skip to content

Install

Luca edited this page Mar 19, 2021 · 1 revision

Installing The CANBadger GUI

To run the CANBadger GUI, simply clone the repository, install the required dependencies and run the main.py.

Dependencies

The CANBadger GUI only needs pip3, python3, pyside2 and bitstring to run. If you have cloned the repository, change your current directory to it.

You can optionally create a virtal environment before installing the packages.

$ virtualenv cb_gui
$ cb_gui/bin/activate

On Windows use cb_gui\Scripts\activate to activate the virtualenv instead!

The repository comes with a requirements.txt that you can use to install all required python packages.

$ pip3 install -r requirements.txt

Running the GUI

With all dependencies installed, simply running the main.py will bring up the GUI

$ python3 main.py
Clone this wiki locally