Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 832 Bytes

INSTALLATION.rst

File metadata and controls

41 lines (24 loc) · 832 Bytes

Installation

(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

Detailed installation instructions

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