Skip to content

Pyinstaller

Fabio Zito edited this page Feb 24, 2023 · 33 revisions

This is a brief guide to explain our step to make a binary file from fit.py.

Windows

Below you find are the steps taken to create an executable on windows 11.

Prerequisites Make sure you have installed FIT on your development machine as explained in the fit repository

Install pyinstaller Currently (version 5.8.0) if you run the command poetry add pyinstaller it's possible to shows the following error:

image

Clone this wiki locally