This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
skcmd [2014/03/24 09:06] Rob Whyte created |
skcmd [2019/02/09 10:31] (current) |
||
---|---|---|---|
Line 9: | Line 9: | ||
===== What to Install ===== | ===== What to Install ===== | ||
- | + | ||
+ | ====== The simplest solution ====== | ||
+ | |||
+ | On a typical system, the simplest install method is to use the Python cheeseshop. To install it if it is not present on your distribution, | ||
+ | |||
+ | sudo apt-get install python-setuptools | ||
+ | |||
+ | This package installs a easy_install command, that you should use like this to install skcmd: | ||
+ | |||
+ | sudo easy_install skcmd | ||
+ | |||
+ | ====== If it does not work ====== | ||
+ | |||
+ | If the method doesn' | ||
First, install the package python-authkit. It installs a lot of important | First, install the package python-authkit. It installs a lot of important | ||
- | dependencies. Then, download the needed utilities, i.e. skcmd and skype4py. | + | dependencies, in particular ez_setup.py. Then, download the needed utilities, i.e. skcmd and skype4py. |
< | < |