diff options
author | Tomas Touceda <chiiph@leap.se> | 2013-04-16 10:21:05 -0300 |
---|---|---|
committer | kali <kali@leap.se> | 2013-04-16 23:11:39 +0900 |
commit | 1922874c6c4c0f05eeb3ce6b673a5469f875df0a (patch) | |
tree | 57dc3eff722fc3c0f28b7d8dca31ac04d9883fe6 /README.rst | |
parent | 2c9009e8b46ae07679d55916473f74f40d609e99 (diff) |
Install leap.common from pip
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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:: |