Skip to content

Developers Notes

Iosif Spartalis edited this page Apr 24, 2021 · 9 revisions

Packaging

The approach of creating .deb files is selected for packaging and distributing the tool due to incompatibility issues of some python packages with windows. Hence, windows users must deploy the tool through WSL 2. See here how to enable WSL.

Procedure

The packaging procedure must be done in a Linux machine with a docker client installed.

Prerequisites

the instructions in dh-virtualenv cookbook

Clone this wiki locally