Skip to content

Commit 5d51646

Browse files
authored
Very minor README changes
1 parent d534e3e commit 5d51646

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python-for-android
66
[![Backers on Open Collective](https://opencollective.com/kivy/backers/badge.svg)](#backers)
77
[![Sponsors on Open Collective](https://opencollective.com/kivy/sponsors/badge.svg)](#sponsors)
88

9-
python-for-android is a packager for Python apps on Android. You can
9+
python-for-android is a packaging tool for Python apps on Android. You can
1010
create your own Python distribution including the modules and
1111
dependencies you want, and bundle it in an APK along with your own code.
1212

@@ -37,7 +37,7 @@ Quick instructions to start would be:
3737

3838
pip install python-for-android
3939

40-
or to test the master branch:
40+
or to test the develop branch:
4141

4242
pip install git+https://github.com/kivy/python-for-android.git
4343

@@ -46,14 +46,14 @@ equivalent). To test that the installation worked, try::
4646

4747
python-for-android recipes
4848

49-
This should return a list of recipes available to be built.
49+
This should return a list of available build recipes.
5050

5151
To build any distributions, you need to set up the Android SDK and NDK
5252
as described in the documentation linked above.
5353

5454
If you did this, to build an APK with SDL2 you can try e.g.:
5555

56-
p4a apk --requirements=kivy --private /home/asandy/devel/planewave_frozen/ --package=net.inclem.planewavessdl2 --name="planewavessdl2" --version=0.5 --bootstrap=sdl2
56+
p4a apk --requirements=kivy --private /home/username/devel/planewave_frozen/ --package=net.inclem.planewavessdl2 --name="planewavessdl2" --version=0.5 --bootstrap=sdl2
5757

5858
For full instructions and parameter options, see [the
5959
documentation](https://python-for-android.readthedocs.io/en/latest/quickstart/#usage).

0 commit comments

Comments
 (0)