Skip to content

Let's start. Run from source code on linux.

maxim-s-barabash edited this page May 18, 2020 · 6 revisions
  1. we execute the terminal

  2. Installing dependencies.

sudo apt-get install git python-qt5 python-pyqt5.qtsvg
  1. Create a directory/folder for the project
mkdir Project
  1. Go to the directory Project
cd ./Project
  1. Download source code
git clone https://github.com/maxim-s-barabash/ZebraTrace.git
  1. Go to the directory ZebraTrace
cd ./ZebraTrace/
  1. Starting ZebraTrace
python src/ZebraTrace.pyw
Clone this wiki locally