Installation

Makesense could be set up very easily. It uses git to manage it source code. To get started do the following commands:

git clone https://github.com/sieben/makesense.git

Dependencies installation

Makesense leverages several Python libraries such as :

Once you have all the content you should get started by installing all python dependencies. If you have pip installer you can install of them in one hit by using this command:

pip install requirements.txt

If you prefer to have your python dependencies managed by your package manager on ubuntu for instance you can have :

sudo apt-get install fabric python-networkx python-pandas python-matplotlib python-jinja2