Quickstart
Installation
To use hermes, first install it using pip:
pip install hermes-rheo
To update to the latest version, use:
pip install hermes-rheo --upgrade
Import modules
Once the package has been installed, you can import its modules and start using them:
from hermes_rheo.transforms.rheo_analysis import RheoAnalysis
from hermes_rheo.transforms.automated_mastercurve import AutomatedMastercurve
from hermes_rheo.transforms.mutation_number import MutationNumber
from hermes_rheo.transforms.owchirp_generation import OWChirpGeneration