Installation Guide#
The easiest way is to install titania
from the Python Package Index using pip
or easy_install
:
$ pip install titania
The recommended way is to install the most fresh version of titania using pip and gitlab repo:
$ pip install git+https://gitlab.cern.ch/velo-calibration-software/titania
For developement installation the recommended way is:
$ git clone https://gitlab.cern.ch/velo-calibration-software/titania
$ cd titania
$ pip install -r requirements.txt