There is no trick, just the normal procedure that you'd use with any Python package:
1. Start Terminal.
2. Type python followed by space.
3. Drag the setup.py file from Finder onto the Terminal window.
4. Type space followed by install and hit Enter.
Adam