Skip to content

Commit d5166e8

Browse files
committed
Added pip install instructions in README
1 parent 8b4d3ea commit d5166e8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,13 @@ branch.
4343

4444
Follow the
4545
[quickstart instructions](https://python-for-android.readthedocs.org/en/latest/quickstart/)
46-
to install and begin creating APK.
46+
to install and begin creating APKs.
4747

48-
Quick instructions to start would be:
48+
Quick instructions to start would be::
49+
50+
pip install python-for-android
51+
52+
or to test the master branch::
4953

5054
pip install git+https://github.com/kivy/python-for-android.git
5155

0 commit comments

Comments
 (0)