summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorTomas Touceda <chiiph@leap.se>2013-05-06 15:05:12 -0300
committerTomas Touceda <chiiph@leap.se>2013-05-06 15:05:12 -0300
commit76641e028f4a8b6c5c89ad0e9ff4bfecc075d678 (patch)
tree4e2b69614eb170c6c987f8d5fa1791278a5e00f8 /README.rst
parent90cac3e4a992a513db96b6c126fdd5259e881d0f (diff)
Document how to skip PySide from installing from source
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 718b4e74..63dfd83a 100644
--- a/README.rst
+++ b/README.rst
@@ -28,6 +28,7 @@ Installing
After getting the source and installing all the dependencies, proceed to install ``leap-client`` package::
$ make
+ $ export LEAP_VENV_SKIP_PYSIDE=1 # This will avoid building PySide from source
$ sudo python setup.py install
Running