Installation

Gordon requires several python libraries, but all of them should get installed seamlessly using pip.

Using pip

$ pip install gordon

If you are on OSX El Capitan, use the following (Why? Check Donald Stufft’s comment in pypa/pip)

$ pip install gordon --ignore-installed six

Development version

The source code of Gordon is available on Github https://github.com/jorgebastida/gordon/.

You can install this version using:

$ python setup.py develop

What next?

Give it a look to the Quickstart where you’ll create your first Gordon project!