mirror of https://github.com/kivy/pyjnius.git
Update README.md
This commit is contained in:
parent
edc66c9956
commit
b30dd291dd
11
README.md
11
README.md
|
@ -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
|
||||||
--------------
|
--------------
|
||||||
|
|
Loading…
Reference in New Issue