brainworkshop icon indicating copy to clipboard operation
brainworkshop copied to clipboard

add installer for convenience - use python3

Open prajjwald opened this issue 4 years ago • 1 comments

I created a small 'install.sh' script for easy install on Ubuntu, changes python to python3 before installing, and copies the desktop file/icon to /usr/local/share. This makes it trivial to add the program to 'favorites'. Creating PR in case this is worth merging.

Limitations:

  • only works with Debian based systems
  • only tested on Ubuntu

prajjwald avatar Dec 26 '21 02:12 prajjwald

Could you investigate creating a setup.cfg instead that way it can be installed with pip, and without sudo ?

xantares avatar Oct 01 '22 17:10 xantares