Installation

Install Python

Download and install a supported version of python for your platform.

Download the entire repository using git

This is really only for those who wish to contribute to this project, although you can clone the repository using the below command.

$ git clone git://github.com/risksense/risksense_tools.git

Browse the repository on GitHub

The master branch will always be the most recent stable version.

Dependency module

Do make sure you download the dependency modules by running the requirements.txt using the command below

$ pip install -r requirements.txt