hechtus / squeezebox-googlemusic

Squeezebox (Logitech Media Server) Plugin for Google Play Music
103 stars 24 forks source link

Change OSX installation instructions #68

Closed coolio107 closed 9 years ago

coolio107 commented 9 years ago

I made two changes to the OSX installation instructions.

  1. I changed the pip installation instructions. get-pip.py installs an embedded binary from a git repo through a python script. As things go this is probably one of the most insecure things you could do to a computer. There's an alternative using XCode.
  2. The installation instructions using pip need sudo, too
hechtus commented 9 years ago

Thanks a lot!