From 1d29ab17db186a846ea64d99b22b095169e32a37 Mon Sep 17 00:00:00 2001 From: Andy Doucette Date: Sun, 25 Sep 2016 18:51:45 -0500 Subject: [PATCH] Moving some README text to a quote instead of code section. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c99b801..604e3d3 100644 --- a/README.rst +++ b/README.rst @@ -59,11 +59,11 @@ The pip package does not yet support python3. buildozer init #. Edit the buildozer.spec file to fit your application -#. Edit the "requirements" line of buildozer.spec so it starts with at least the following:: +#. Edit the "requirements" line of buildozer.spec so it starts with at least the following: requirements = python3crystax,kivy -#. Edit the buildozer.spec andriod.ndk line to point to the directory where you extracted the crystax-ndk:: +#. Edit the buildozer.spec andriod.ndk line to point to the directory where you extracted the crystax-ndk: android.ndk_path = ~/.buildozer/crystax-ndk