If you have pip installed, at the command line simply run:
$ pip install pyeasyga
Or, if you have virtualenvwrapper installed:
$ mkvirtualenv pyeasyga $ pip install pyeasyga
Or, download and extract the compressed archive (or clone the repository) from github, and inside the directory run:
$ python setup.py install