File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,15 @@ If you're sure you want to do all of this manually, read on. You can use the
4040:source: `testbed app <Android/testbed> ` as a guide; each step below contains a
4141link to the relevant file.
4242
43- * Either :
43+ * First, acquire a build of Python for Android :
4444
45- * Download an Android Python release from `python.org
46- <https://www.python.org/downloads/android/> `__, and extract the ``prefix ``
47- directory .
45+ * The easiest way is to download an Android release from `python.org
46+ <https://www.python.org/downloads/android/> `__. The ``prefix `` directory
47+ mentioned below is at the top level of the package .
4848
49- * Or build it yourself by following the instructions in :source: `Android/README.md `.
50- This will create the directory ``cross-build/HOST/prefix ``.
49+ * Or if you want to build it yourself, follow the instructions in
50+ :source: `Android/README.md `. The ``prefix `` directory will be created under
51+ ``cross-build/HOST ``.
5152
5253* Add code to your :source: `build.gradle <Android/testbed/app/build.gradle.kts> `
5354 file to copy the following items into your project. All except your own Python
You can’t perform that action at this time.
0 commit comments