diff options
author | Tomas Touceda <chiiph@leap.se> | 2013-04-16 10:51:48 -0300 |
---|---|---|
committer | kali <kali@leap.se> | 2013-04-16 23:11:39 +0900 |
commit | c6d61d489dbc2fb180932488f2f49d17a6f41d4a (patch) | |
tree | c703091a6d7e49e00ffa177125ea7a953dbe00e1 /README.rst | |
parent | 2a402c32fa6f709e69ff7a5ae09266cf605839a2 (diff) |
We don't really need LEAP_VENV_SKIP_PYSIDE outside venv
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -29,9 +29,7 @@ Installing After getting the source and installing all the dependencies, proceed to install ``leap-client`` package:: $ make - $ LEAP_VENV_SKIP_PYSIDE=1 sudo python setup.py install - -LEAP_VENV_SKIP_PYSIDE is used to avoid compiling PySide in the installation since it's already installed through the package manager. + $ sudo python setup.py install Running ------- |