#Welcome ##Setup
- run:
python -m venv .venv
- Now run:
.venv/scripts/activate
- To install the dependancies run:
pip install -r requirements.txt
##Building Installer
- Create exe file:
pyinstaller niv_louie.spec
- run the Create-installer.iss using inno.