summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorTomas Touceda <chiiph@leap.se>2013-04-16 10:51:48 -0300
committerkali <kali@leap.se>2013-04-16 23:11:39 +0900
commitc6d61d489dbc2fb180932488f2f49d17a6f41d4a (patch)
treec703091a6d7e49e00ffa177125ea7a953dbe00e1 /README.rst
parent2a402c32fa6f709e69ff7a5ae09266cf605839a2 (diff)
We don't really need LEAP_VENV_SKIP_PYSIDE outside venv
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 806e222c..95da7974 100644
--- a/README.rst
+++ b/README.rst
@@ -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
-------