Skip to content

Commit d057d05

Browse files
committed
Removed python version specification from buildozer install
1 parent 38dbbe9 commit d057d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sources/guide/packaging-android.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can get buildozer at `<https://github.com/kivy/buildozer>`_::
4444

4545
git clone https://github.com/kivy/buildozer.git
4646
cd buildozer
47-
sudo python2.7 setup.py install
47+
sudo python setup.py install
4848

4949
This will install buildozer in your system. Afterwards, navigate to
5050
your project directory and run::

0 commit comments

Comments
 (0)