From 839c3efbfecebec1ea6d18440be19994ebf4416e Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Thu, 1 Jan 2015 20:25:38 +0100 Subject: badges n stuff --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fefcb57..fd92650 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ -# AndroidResR - +AndroidResR [![Downloads](https://pypip.in/download/androidresr/badge.svg)](https://pypi.python.org/pypi/androidresr/) [![Latest Version](https://pypip.in/version/androidresr/badge.svg)](https://pypi.python.org/pypi/androidresr/) +============ A resource (icon) manager for Android apps ![](AndroidResR.png) ## Install +### Debian/Ubuntu Get PyQt4 sudo apt-get install python-qt4 @@ -13,9 +14,18 @@ Get AndroidResR from PyPi sudo pip install AndroidResR +### OS X +Get PyQt4 + + brew install pyqt + +Get AndroidResR from PyPi + + pip install AndroidResR + ## License - AnrdoidResR - A android resource manamgent tool + AnrdoidResR - A android resource management tool Copyright (C) 2014 Victor Häggqvist This program is free software; you can redistribute it and/or modify -- cgit v1.2.3