We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ceb01 commit 338aaa7Copy full SHA for 338aaa7
1 file changed
README.md
@@ -29,11 +29,9 @@ You may need to use sudo.
29
30
## Install androidenv
31
32
-Install from source:
+Install from the Python Package Index:
33
34
- gunzip < androidenv-0.1.tar.gz | tar -f - -x
35
- cd androidenv-0.1
36
- python setup.py install
+ pip install androidenv
37
38
You can also copy the file androidenv.py to where you need it,
39
it is self contained.
0 commit comments