-
Clone the project from github
-
Create python environment inside a cli folder
python -m venv env -
Activate virtual environmen
-
Install necessary packages via
pip install -r requrements.txt -
Run in activated environment
python build.pyand cli executable is ready inside dist folder