(You are using a virtualenv, right?)
At the command line, install pygogo using either pip
(recommended)
pip install pygogo
or easy_install
easy_install pygogo
If you have virtualenvwrapper installed, at the command line type:
mkvirtualenv pygogo
pip install pygogo
Or, if you only have virtualenv
installed:
virtualenv ~/.venvs/pygogo
source ~/.venvs/pygogo/bin/activate
pip install pygogo
Otherwise, you can install globally:
pip install --user pygogo