diff options
author | kali <kali@leap.se> | 2012-10-06 03:32:03 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-10-06 03:32:03 +0900 |
commit | c7cfb8fcef773b84738e36b6d0c27487cf8e952a (patch) | |
tree | 2060f0b5805e56b0708ea1c1c3cf1f2837be4ab6 /README.rst | |
parent | 75b5abe95137c676b4390c9f43c3d50192c2392e (diff) |
comments on install
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 ------------ |