summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorTomas Touceda <chiiph@leap.se>2013-04-16 10:21:05 -0300
committerkali <kali@leap.se>2013-04-16 23:11:39 +0900
commit1922874c6c4c0f05eeb3ce6b673a5469f875df0a (patch)
tree57dc3eff722fc3c0f28b7d8dca31ac04d9883fe6 /README.rst
parent2c9009e8b46ae07679d55916473f74f40d609e99 (diff)
Install leap.common from pip
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 919dcc36..7a47ce70 100644
--- a/README.rst
+++ b/README.rst
@@ -37,9 +37,7 @@ Installing
For the leap-client to run, you need to install the leap.common package first, if you used pip, you can skip this step::
- $ git clone git://leap.se/leap_pycommon.git
- $ cd leap_pycommon
- $ sudo python setup.py install
+ $ sudo pip install leap.common
After getting the source and installing all the dependencies, proceed to install ``leap-client`` package::