Pretty straight forward port to Python 3.
I'm not 100% sure about the Windows specific part in background_installer.sh as I don't have a Windows license around to test.
I use pip3 install -r requirements.txt in background_installer.sh now as that makes it easier to maintain the Python dependencies (only one place to change things).
Pretty straight forward port to Python 3. I'm not 100% sure about the Windows specific part in
background_installer.sh
as I don't have a Windows license around to test.I use
pip3 install -r requirements.txt
inbackground_installer.sh
now as that makes it easier to maintain the Python dependencies (only one place to change things).