InstallationΒΆ

Tray is installed conservately, without easy_install or pip. Clone the repository to your machine by issuing:

$ git clone https://github.com/wswld/tray.git tray

cd into the tray directory and install, using the setup.py file:

$ sudo python setup.py install

Perhaps, you’re not going to be finished by then and installation would suggest you to manually install all the dependencies. It shouldn’t take long to figure out.

Note

On Mac OS X there is this mess with stock Python framework and the one, offered by MacPorts. I’m constantly fighting with these issues and I expect you could encounter them too. In case of problems, don’t forget to check the active Python distribution and see if there any problems with different versions of Python on your machine. Just in case.