G1sms/silkaj/doc/build_with_pyinstaller.md

351 B
Raw Permalink Blame History

Build with Pyinstaller

Install Pyinstaller

pip install pyinstaller

If you are using Pyenv, dont forget to save pyinstaller install:

pyenv rehash

Build

pyinstaller src/silkaj.py --hidden-import=_cffi_backend --hidden-import=_scrypt --onefile

You will found the exetuable file on silkaj/dist folder.