summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-10-05 10:19:34 +0900
committerkali <kali@leap.se>2012-10-05 10:19:34 +0900
commit02f051488a358b6f0dd056f8bad4337808281457 (patch)
treeb1c7c7d06a822c47a31261d76bff4c7662d9768f /README.rst
parent3e2eb0cb1878a9494650ea1278ef2f9211ebdaac (diff)
deps comments
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst14
1 files changed, 12 insertions, 2 deletions
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.