Table Of Contents

Previous topic

DISSECT basics

Next topic

Tutorial

This Page

Download & Setup

Download

There is currently a git repository on the github at the following URL:

https://github.com/composes-toolkit/dissect

In order to obtain the newest version of the source code, please clone from it:

git clone https://github.com/composes-toolkit/dissect

For updates, from the top level of the toolkit installation directory, do:

git pull

Prerequisites

Running the toolkit requires the following packages NumPy, SciPy and sparsesvd to be installed on your machine.

Setup

To install the toolkit, in the toolkit directory run:

sudo python setup.py install

It is not necessary to install the toolkit. In order to run a script from the toolkit, you just have to modify your PYTHONPATH.

export PYTHONPATH="<toolkit directory>/src/":$PYTHONPATH

e.g.

export PYTHONPATH="/home/toolkitauthor/dissect/src/":$PYTHONPATH