File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ Installation
17
17
18
18
The easiest way to install is with pip. You need to have setuptools installed, then run::
19
19
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
21
21
22
22
This should install python-for-android (though you may need to run as root or add --user).
23
23
24
24
You could also install python-for-android manually, either via git::
25
25
26
- git clone -b revamp https://github.com/kivy/python-for-android.git
26
+ git clone https://github.com/kivy/python-for-android.git
27
27
cd python-for-android
28
28
29
29
Or by direct download::
30
30
31
- wget https://github.com/kivy/python-for-android/archive/revamp .zip
31
+ wget https://github.com/kivy/python-for-android/archive/master .zip
32
32
unzip revamp.zip
33
33
cd python-for-android-revamp
34
34
You can’t perform that action at this time.
0 commit comments