Am i going mad? Where are the install instructions?!
I read the manual page although its not very detailed, but theres nothing anywhere about how to actually install and use the program?!
I am on linux so wtf i do to make it work?
I'm running this on Windows, but I also work on Linux. I haven't actually gone through these steps on Linux, so I've extrapolated from the documentation available.
I'm assuming some knowledge of Linux/terminal and navigating the filesystem.
I've decided to download the python script manually, rather than use Git. This may be considered lazy/stupid :)
Install dependencies At a terminal: sudo apt install python3 python3-pip pip3 install bleak pip3 install pyside6
Download NeewerLite-Python.py Download NeewerLite-Python.py. Put the script somewhere convenient.
At a terminal: chmod +x NeewerLite-Python.py
Run the script At a terminal: python3 .\NeewerLite-Python.py
Run as a webserver If you want to run this as a webserver, you can follow the instructions here to install as a daemon.
Thank you @neuralcpu for posting that! Yeah,@TheBitcoinBaron, I don't really have "installation" instructions as it is at the moment, I just suggest what's written above, unzip the NeewerLite-Python.py file into a working folder, install the bleak and pyside2 or pyside6 python additions, then run python3 .\NeewerLite-Python.py from the directory you've stored the .py file in.