Quickstart ========== .. _installation: Installation ------------ To use hermes, first install it using pip: .. code-block:: console pip install hermes-rheo To update to the latest version, use: .. code-block:: console pip install hermes-rheo --upgrade .. _usage: Import modules ------------ Once the package has been installed, you can import its modules and start using them: .. code-block:: python 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