Update README.md
authorLiuChengTao <liuchengtao1982@gmail.com>
Wed, 16 Apr 2014 10:28:21 +0000 (18:28 +0800)
committerLiuChengTao <liuchengtao1982@gmail.com>
Wed, 16 Apr 2014 10:28:21 +0000 (18:28 +0800)
add python-support python-setuptools

README.md

index 12e258bf5644d7264379750e4055ffc233b72845..315967efcd9b11fd50bbb5f2f5911d62b19371fa 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,9 +1,18 @@
 Dependency:
 =================
-python2.7 python-pip requests
+1. python2.7
 
-       sudo apt-get install python-pip
-       sudo pip install requests
+2. python-setuptools python-support python-pip
+
+        sudo apt-get install python-setuptools python-support python-pip
+
+   or with zypper
+
+        sudo zypper install python-setuptools python-support python-pip
+
+3. python-requests(>=1.1), use pip to install
+       
+        sudo pip install requests
 
 How to build debian package:
 =================