Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@ Heavily inspired by [Kriss "nu7hatch" Kowalik's GMail for Ruby library](https://

## Installation

For now, installation is manual (`pip` support not yet implemented) and the only requirement is to use Python 2 (2.7+ to be precise):
The only requirement is to use Python 2 (2.7+ to be precise):

git clone git://github.com/charlierguo/gmail.git
python setup.py install

Or using pip:

pip install -e git+https://github.com/charlierguo/gmail.git#egg=gmail

## Features

Expand Down