alandmoore / admbrowser

A Web browser for kiosks and digital signage, based on Python, PyQt, and Blink
35 stars 22 forks source link

Update admbrowser.py #18

Closed stroobandt closed 1 year ago

stroobandt commented 1 year ago

Renders admbrowser.py executable on *nix systems.

alandmoore commented 1 year ago

I'll merge this because it doesn't really hurt anything, but I'd suggest that the better way to execute the program is to install with pip and run the generated console command.

stroobandt commented 1 year ago

the better way to execute the program is to install with pip and run the generated console command.

Is it currently possible to install admbrowser using pip? I do not see this mentioned in the README.

alandmoore commented 1 year ago

Sorry for the delayed response. It's not on PyPi, but you can use setup.py to create a package and install it. That should probably be documented.