From: LiuChengTao Date: Wed, 26 Mar 2014 03:34:43 +0000 (+0800) Subject: Update README X-Git-Tag: upstream/3.1.0~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc309de0320acac4139839e49f313448bb95b602;p=test%2Ftools%2Ftestkit-lite.git Update README add debian and uninstall description --- diff --git a/README b/README index b82cff0..6f354b1 100644 --- a/README +++ b/README @@ -5,15 +5,26 @@ python2.7 python-pip requests sudo apt-get install python-pip sudo pip install requests -How to build: +How to build debian package: ================= - Build from source code: - sudo python setup.py build + Build from source code, get the debian package in folder ../: + dpkg-buildpackage How to install: ================= - Install testkit lite from source code: - sudo python setup.py install + Install testkit lite from source code: + sudo python setup.py install --record /var/log/testkit-lite.files + + Install testkit lite from debian build: + sudo dpkg -i ../testkit-lite__all.deb + +How to install: +================= + Uninstall testkit-lite installed with 'setup.py install': + cat /var/log/testkit-lite.files | sudo xargs rm -rf + + Uninstall testkit-lite installed with 'debian': + sudo dpkg -i ../testkit-lite__all.deb How to use: =================