Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 341 Bytes

build_with_pyinstaller.md

File metadata and controls

18 lines (14 loc) · 341 Bytes

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.