============ Installation ============ At the command line:: $ easy_install {{ project.repo_name }} Or, if you have virtualenvwrapper installed:: $ mkvirtualenv {{ project.repo_name }} $ pip install {{ project.repo_name }}