Installation

RamanSPy has been published on PyPI and can therefore be easily installed via pip:

pip install ramanspy

Users who have previously installed RamanSPy and wish to upgrade to a new version can do so as follows:

pip install ramanspy --upgrade

Once installed, users can directly import RamanSPy within their Python scripts. This can be done as a whole:

import ramanspy

or by importing specific submodules of RamanSPy individually, e.g.:

from ramanspy import preprocessing