Getting xrdtools

The simplest way to install the packages is via pip:

$ pip install xrdtools

The most reasoned version can be cloned from git by running following commands in your command line:

$ git clone https://github.com/paruch-group/xrdtools.git
$ cd xrdtools
$ python setup.py install

In case you do not have git installed on your system, go to

and download the compressed package. Unpack the file in a directory of your choosing and run the following commands in the our terminal:

$ cd /path/to/the/extracted/zip/file
$ python setup.py install