Installation¶
From the Sources¶
First download the code from the GitHub repository:
$ cd /tmp/
$ git clone https://github.com/julienc91/utools
$ cd utools/
$ python setup.py install
The repository contains two main branches: develop and master. The first one
is the development branch and might contain work in progress. master however
is the release branch and is supposed to contain only tested and approved functionalities.