File tree 2 files changed +4
-4
lines changed 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.
39
39
40
40
(for the develop branch: ` pip install git+https://github.com/kivy/python-for-android.git ` )
41
41
42
- Test that theinstall works with:
42
+ Test that the install works with:
43
43
44
44
p4a --version
45
45
Original file line number Diff line number Diff line change 4
4
Usage examples:
5
5
6
6
# Getting package name from pip reference:
7
- from pytonforandroid .pythonpackage import get_package_name
7
+ from pythonforandroid .pythonpackage import get_package_name
8
8
print(get_package_name("pillow"))
9
9
# Outputs: "Pillow" (note the spelling!)
10
10
11
11
# Getting package dependencies:
12
- from pytonforandroid .pythonpackage import get_package_dependencies
12
+ from pythonforandroid .pythonpackage import get_package_dependencies
13
13
print(get_package_dependencies("pep517"))
14
14
# Outputs: "['pytoml']"
15
15
16
16
# Get package name from arbitrary package source:
17
- from pytonforandroid .pythonpackage import get_package_name
17
+ from pythonforandroid .pythonpackage import get_package_name
18
18
print(get_package_name("/some/local/project/folder/"))
19
19
# Outputs package name
20
20
You can’t perform that action at this time.
0 commit comments