andreasgrill / auto-selfcontrol

Small utility to schedule start and stop times of SelfControl
MIT License
305 stars 37 forks source link

Added setup.py for easier installation #22

Closed jondeaton closed 7 years ago

jondeaton commented 7 years ago

Since it took me a bit of time to figure out which packages and python version were required to get this to run, I thought it might benefit from a setup script and python specification in the shebang.

andreasgrill commented 7 years ago

Thanks!

sbibauw commented 6 years ago

@jondeaton @andreasgrill Isn't it useless to get people to install pyobjc? Just ask people to use the system default /usr/bin/python that already has it without installing anything! To me, it seems that installing pyobjc on a local brewed python is just causing other issues (e.g., #24 )