From c7cfb8fcef773b84738e36b6d0c27487cf8e952a Mon Sep 17 00:00:00 2001 From: kali Date: Sat, 6 Oct 2012 03:32:03 +0900 Subject: comments on install --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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 ------------ -- cgit v1.2.3