build_with_pyinstaller.md 341 B
Build with Pyinstaller
Install Pyinstaller
pip install pyinstaller
If you are using Pyenv, don’t forget to save pyinstaller install:
pyenv rehash
Build
pyinstaller bin/silkaj --hidden-import=_cffi_backend --hidden-import=_scrypt --onefile
You will found the exetuable file on dist
folder.