File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ to install and begin creating APKs and AABs.
3939
4040(for the develop branch: ` pip install git+https://github.com/kivy/python-for-android.git ` )
4141
42- Test that theinstall works with:
42+ Test that the install works with:
4343
4444 p4a --version
4545
Original file line number Diff line number Diff line change 44 Usage examples:
55
66 # Getting package name from pip reference:
7- from pytonforandroid .pythonpackage import get_package_name
7+ from pythonforandroid .pythonpackage import get_package_name
88 print(get_package_name("pillow"))
99 # Outputs: "Pillow" (note the spelling!)
1010
1111 # Getting package dependencies:
12- from pytonforandroid .pythonpackage import get_package_dependencies
12+ from pythonforandroid .pythonpackage import get_package_dependencies
1313 print(get_package_dependencies("pep517"))
1414 # Outputs: "['pytoml']"
1515
1616 # Get package name from arbitrary package source:
17- from pytonforandroid .pythonpackage import get_package_name
17+ from pythonforandroid .pythonpackage import get_package_name
1818 print(get_package_name("/some/local/project/folder/"))
1919 # Outputs package name
2020
You can’t perform that action at this time.
0 commit comments