File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ Installation
1717
1818The easiest way to install is with pip. You need to have setuptools installed, then run::
1919
20- pip install git+https://github.com/kivy/python-for-android.git@revamp
20+ pip install git+https://github.com/kivy/python-for-android.git
2121
2222This should install python-for-android (though you may need to run as root or add --user).
2323
2424You could also install python-for-android manually, either via git::
2525
26- git clone -b revamp https://github.com/kivy/python-for-android.git
26+ git clone https://github.com/kivy/python-for-android.git
2727 cd python-for-android
2828
2929Or by direct download::
3030
31- wget https://github.com/kivy/python-for-android/archive/revamp .zip
31+ wget https://github.com/kivy/python-for-android/archive/master .zip
3232 unzip revamp.zip
3333 cd python-for-android-revamp
3434
You can’t perform that action at this time.
0 commit comments