From d68fb456ba898c6b417842913259770f4d6c1d3a Mon Sep 17 00:00:00 2001 From: Charley Peng Date: Thu, 29 May 2014 11:59:40 +1000 Subject: [PATCH 1/2] Added PyPi Badge Added Badge --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e201f15..edcc5dc 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ remember. `cheat` depends only on `python` and `pip`. +PyPI status: + +[![Latest Version](https://pypip.in/version/cheat/badge.png)](https://pypi.python.org/pypi/cheat/) +[![Downloads](https://pypip.in/download/cheat/badge.png)](https://pypi.python.org/pypi/cheat/) Example ------- From b77b9e854126eb83784e8e218136b30dfe5f6ca2 Mon Sep 17 00:00:00 2001 From: Charley Peng Date: Thu, 29 May 2014 12:01:25 +1000 Subject: [PATCH 2/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index edcc5dc..c3a9eeb 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,13 @@ to store notes on your favorite cookie recipes, feel free. Installing ---------- + +The easy way + + sudo pip install cheat + +The old way + First install the required python dependencies with: sudo pip install docopt pygments