NeewerLite-Python icon indicating copy to clipboard operation
NeewerLite-Python copied to clipboard

Am i going mad? Where are the install instructions?!

Open TheBitcoinBaron opened this issue 11 months ago • 2 comments

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?

TheBitcoinBaron avatar Feb 10 '25 16:02 TheBitcoinBaron

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.

neuralcpu avatar Feb 12 '25 00:02 neuralcpu

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.

taburineagle avatar Feb 17 '25 23:02 taburineagle