Installation¶
From PyPI (recommended)¶
pip install oilftir
With PerkinElmer .sp file support¶
pip install oilftir[specio]
From source (development / editable install)¶
git clone https://github.com/NahueMendez/oilftir.git
cd oilftir
pip install -e .
Requirements¶
Python ≥ 3.9
numpypandasscipymatplotlibpybaselinesspecio(optional — only for .sp files)