brain-workshop / brainworkshop

Continued development of the popular brainworkshop game
GNU General Public License v2.0
235 stars 39 forks source link

add installer for convenience - use python3 #40

Open prajjwald opened 2 years ago

prajjwald commented 2 years ago

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:

xantares commented 2 years ago

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