Installation

Stable release

To install Temp Monitor, run this command in your terminal:

$ pip install tmonpy

This is the preferred method to install Temp Monitor, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

Alternatively a tmon binary (AppImage) may be downloaded from the releases page:

$ # replace ??????? by the actual hash
$ wget https://github.com/gmagno/tmon/releases/latest/download/tmon-???????-x86_64.AppImage
$ chmod +x tmon-*-x86_64.AppImage

From sources

The sources for Temp Monitor can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/gmagno/tmon

Or download the tarball:

$ curl -OJL https://github.com/gmagno/tmon/tarball/master

Once you have a copy of the source, you can install it with:

$ python setup.py install