From b30dd291dddd9be4d46843dbd3c4d249ef21a003 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Fri, 24 Mar 2017 01:46:02 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81694bb..20a32d6 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,17 @@ PyJNIus ======= A Python module to access Java classes as Python classes using JNI. - -PyJNIus is a "Work In Progress". +Warning: the pypi name is now `pyjnius` instead of `jnius`. [![Build Status](https://travis-ci.org/kivy/pyjnius.svg?branch=master)](https://travis-ci.org/kivy/pyjnius) +[![PyPI](https://img.shields.io/pypi/v/pyjnius.svg)]() + +Installation +------------ + +``` +pip install pyjnius +``` Quick overview --------------