Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 308 Bytes

readme.md

File metadata and controls

32 lines (21 loc) · 308 Bytes

#Welcome ##Setup

  1. run:
python -m venv .venv
  1. Now run:
.venv/scripts/activate
  1. To install the dependancies run:
pip install -r requirements.txt

##Building Installer

  1. Create exe file:
pyinstaller niv_louie.spec
  1. run the Create-installer.iss using inno.