Skip to content

Manual Installation

Stefano Zaghi edited this page Dec 11, 2014 · 3 revisions

MaTiSSe.py is a complex program built-up by many python modules. However, a one-file-script wrapper is provided.

The tree structure of the MaTiSSe.py project is the following:

├── build.py
├── build.pyc
├── CONTRIBUTING.md
├── examples
│   └──...
├── LICENSE.gpl3.md
├── logo
│   └──...
├── MANIFEST.in
├── README.md
├── release
│   ├── MaTiSSe-vx.x.x
│   │   ├── matisse
│   │   ├── MaTiSSe.py
│   │   └── setup.py
│   └── reports-MaTiSSe-vx.x.x
│       └──...
├── screenshots
│   └──...
└── src
    └──...

What you need for a manual installation is the subdirectory MaTiSSe-vx.x.x under the release directory (chose the version x.x.x you want). Just copy this subdirectory and make a link to the wrapper script MaTiSSe.py where your environment can find it.

To download all the available releases, it can be convenient to clone the project:

git clone https://github.com/szaghi/MaTiSSe

Alternatively, you can directly download a release from GitHub server:

Requirements

Before the installation you must check the requirements for running MaTiSSe.py and for rendering the output html presentation.

Clone this wiki locally