Skip to content

Commit d597dd4

Browse files
committed
Corrected doc install instructions
Changed to point at master branch rather than revamp
1 parent 564ce5d commit d597dd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/quickstart.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ Installation
1717

1818
The 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

2222
This should install python-for-android (though you may need to run as root or add --user).
2323

2424
You 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
2929
Or 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

0 commit comments

Comments
 (0)