From 5fe976335318cb6200219885328874094181662e Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Fri, 24 Mar 2017 02:06:41 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 20a32d6..cf5b606 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,10 @@ Warning: the pypi name is now `pyjnius` instead of `jnius`. Installation ------------ +Requirements: Cython + ``` +pip install Cython pip install pyjnius ```