summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorTomas Touceda <chiiph@leap.se>2013-05-07 11:12:52 -0300
committerTomas Touceda <chiiph@leap.se>2013-05-07 11:12:52 -0300
commit713c9f86cc5882e4fb09d518501ac0a5a95dc469 (patch)
tree2eb6a377f68182932600219ee4d193b60becda46 /README.rst
parent76641e028f4a8b6c5c89ad0e9ff4bfecc075d678 (diff)
Specify properly how to skip pyside in installation
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 63dfd83a..887552b3 100644
--- a/README.rst
+++ b/README.rst
@@ -28,8 +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
+ $ sudo LEAP_VENV_SKIP_PYSIDE=1 python setup.py install
Running
-------