Installation

You can install Gears with pip:

$ pip install Gears

It is strongly recommended to install Gears within activated virtualenv.

If you want to use one of available extensions (django-gears, Flask-Gears or gears-cli), please refer to its documentation instead.

Installing the Development Version

If you want to work with the latest version of Gears, install it from the public repository (Git is required):

$ pip install -e git+https://github.com/gears/gears@develop#egg=Gears

Project Versions

Table Of Contents

Previous topic

About

Next topic

API

This Page