Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 984 Bytes

INSTALL.rst

File metadata and controls

47 lines (29 loc) · 984 Bytes

Installing key-mon

Downloading

You will always find the latest version at:

https://github.com/scottkirkwood/key-mon/releases

If you prefer you can clone repository from:

git clone https://github.com/scottkirkwood/key-mon.git

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.