Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 977 Bytes

INSTALL.rst

File metadata and controls

47 lines (29 loc) · 977 Bytes

Installing key-mon

Downloading

You will always find the latest version at:

http://code.google.com/p/key-mon/downloads/list

If you prefer you can clone repository from:

hg clone http://key-mon.code.google.com/hg key-mon

Installation

To install using pip,:

$ pip install key-mon

To install using easy_install,:

$ easy_install key-mon

To install from .deb package:

$ sudo dpkg -i key-mon*.deb

If you get errors like Package key-mon depends on XXX; however it is not installed.

$ sudo apt-get -f install
Should install everything you need, then run:
$ sudo dpkg -i key-mon*.deb # again

Dependancies

This program requires:

* python-xlib - Interface for Python to the X11 Protocol
(http://python-xlib.sourceforge.net/)

-- file generated by pybdist.