GEOFFREY v0.1.2 Documentation

Installation

«  Geoffrey: A Real Time Continuous Integration Server   ::   Contents   ::   Configuration  »

Installation

Installing from PyPI

The last stable version it’s always on PyPI. To install it execute the following command.

$ pip install geoffrey

Installing from source

Clone the source code repository using git:

$ git clone --recursive https://github.com/nilp0inter/geoffrey/

Install geoffrey as a normal python package (using a virtualenv is recommended).

$ cd geoffrey
$ pip install .

«  Geoffrey: A Real Time Continuous Integration Server   ::   Contents   ::   Configuration  »