summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-10-06 03:32:03 +0900
committerkali <kali@leap.se>2012-10-06 03:32:03 +0900
commitc7cfb8fcef773b84738e36b6d0c27487cf8e952a (patch)
tree2060f0b5805e56b0708ea1c1c3cf1f2837be4ab6 /README.rst
parent75b5abe95137c676b4390c9f43c3d50192c2392e (diff)
comments on install
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 2172c469..acdcf07e 100644
--- a/README.rst
+++ b/README.rst
@@ -20,6 +20,13 @@ 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
+# **note**: I _think_ setuptools is needed for build process only.
+# we should separate what's needed as a global lib dependency, and what's a dependency that
+# still can be retrieved using pip.
+
+If you are installing in a virtualenv:
+ pip install -r pkg/requirements.pip
+
Install PyQt
------------