Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 741 Bytes

installation.rst

File metadata and controls

28 lines (19 loc) · 741 Bytes

Installation

Using pip

The utools library is hosted on pypi and can be installed with pip:

$ pip install utools

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.