Skip to content

PyPI Installation, the Python Package Index

Stefano Zaghi edited this page Nov 7, 2014 · 1 revision

MaTiSSe.py can be installed by means of pip, the python installer that search into the PyPI (Python Package Index) for packages and automatically install them (and their dependencies). Just type:

pip install MaTiSSe.py

Note that you need root permissions if you are not using your virtualenv or you are trying to install MaTiSSe.py into your system space.

It is also worth noting that the pip installation will allow you to directly import MaTiSSe.py code-packages into your Python application by means of module import, e.g.

from matisse.presentation.presentation import Presentation

will import the Presentation class into your python application.

Clone this wiki locally