*pyOPALTools* is a post-processing library written in Python.
The main idea behind the library is to provide a common interface to all output formats generated by [OPAL](https://gitlab.psi.ch/OPAL/src/wikis/home) in order to analyse the
data. It is recommended to create a Python virtual environment where you install all necessary Python packages:
data.
## Direct Usage
It is recommended to create a Python virtual environment where you install all necessary Python packages:
*[numpy](http://www.numpy.org/)
*[scipy](https://www.scipy.org/)
...
...
@@ -24,6 +28,7 @@ You can check if it works by importing the library in an interactive session, e.
>>>
```
## Installation with setup.py
You can also use the *setup.py* in order to install the opal package in your Python environment. For this purpose you just call