summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
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
-------