From 02f051488a358b6f0dd056f8bad4337808281457 Mon Sep 17 00:00:00 2001 From: kali Date: Fri, 5 Oct 2012 10:19:34 +0900 Subject: deps comments --- README.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 56780848..03a6732f 100644 --- a/README.rst +++ b/README.rst @@ -14,11 +14,20 @@ Listed in pkg/requirements.pip and pkg/test-requirements.pip * qt4 libraries * python-qt4 * python-gnutls == 1.1.9 +* python-keyring * python-nose, python-mock, python-coverage (if you want to run tests) If you are on a debian-based system, you can run: -apt-get install python-qt4 python-qt4-doc pyqt4-dev-tools python-gnutls libgnutls-dev python-setuptools python-nose + apt-get install python-qt4 python-qt4-doc pyqt4-dev-tools python-gnutls libgnutls-dev python-setuptools python-nose + +# **note**: I think setuptools is needed for build process only. +# we should separate what's needed as a lib dependency, and what's a dependency that has been debianized but +# still can be retrieved using pip. + +If you are installing in a virtualenv: + + pip install -r pkg/requirements.pip Install PyQt @@ -55,7 +64,7 @@ python setup.py install # as root if installing globally. Running the App ----------------- -If you're running a branded build, the script name will have a suffix that +If you're running a branded build, the script name will have a infix that depends on your build flavor. Look for it in /usr/local/bin % leap-springbok-client @@ -74,6 +83,7 @@ Development Hack -------------- + Some steps to be run when setting a development environment for the first time. # recommended: enable a virtualenv to isolate your libraries. -- cgit v1.2.3