From c4cfe23a49cf20df47875d54842a26ace39683f2 Mon Sep 17 00:00:00 2001 From: jonathanronen Date: Tue, 29 Apr 2014 12:46:54 -0400 Subject: [PATCH] Show how to install using pip in README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aae4856..d304b5f 100644 --- a/README.md +++ b/README.md @@ -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