Closed fbeutin-ledger closed 2 years ago
pyinstaller can be used to generate a single executable file which can be run in an offline environment. However, it's unclear if it supports running with python -m (module mode).
python -m
Port from https://github.com/LedgerHQ/app-monero/pull/95
pyinstaller can be used to generate a single executable file which can be run in an offline environment. However, it's unclear if it supports running with
python -m
(module mode).