Installation

The installation is using the Python distribution system Anaconda to maintain software dependencies.

Requirements

The installation works on Linux 64 bit distributions (tested on Ubuntu 16.04).

From GitHub Sources

Install weaver as normal user from GitHub sources:

$ git clone https://github.com/crim-ca/weaver.git
$ cd weaver
$ make clean install
$ make test

The installation process setups a conda environment named weaver with all dependent conda (and pip) packages. Configuration options can be overridden with files located in weaver/config directory.