Skip to content

Building with pyinstaller for Windows

peerchemist edited this page Oct 11, 2018 · 3 revisions

Building with pyinstaller for Windows

python -m pip install -r requirements.txt --upgrade

pyinstaller -D -n pacli - pa.ico --hidden-import certifi --hiden-import win32timezone --clean pacli_main_.py

copy the C:\Users$USER\AppData\Local\Programs\Python\Python36-32\Lib\site-packages\colorful\data to dist\pacli\colorful

Clone this wiki locally