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 ```