diff options
author | kali <kali@leap.se> | 2012-10-05 10:19:34 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-10-05 10:19:34 +0900 |
commit | 02f051488a358b6f0dd056f8bad4337808281457 (patch) | |
tree | b1c7c7d06a822c47a31261d76bff4c7662d9768f /README.rst | |
parent | 3e2eb0cb1878a9494650ea1278ef2f9211ebdaac (diff) |
deps comments
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -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. |