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
Running the toolkit requires the following packages NumPy, SciPy and sparsesvd to be installed on your machine.
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