Update README.md

This commit is contained in:
Mathieu Virbel 2017-03-24 01:46:02 +01:00 committed by GitHub
parent edc66c9956
commit b30dd291dd
1 changed files with 9 additions and 2 deletions

View File

@ -2,10 +2,17 @@ PyJNIus
======= =======
A Python module to access Java classes as Python classes using JNI. A Python module to access Java classes as Python classes using JNI.
Warning: the pypi name is now `pyjnius` instead of `jnius`.
PyJNIus is a "Work In Progress".
[![Build Status](https://travis-ci.org/kivy/pyjnius.svg?branch=master)](https://travis-ci.org/kivy/pyjnius) [![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 Quick overview
-------------- --------------