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