.. role:: bash(code) :language: bash Usage ======= To use the METOD Algorithm in Python, ensure that all steps in the :ref:`Installation ` process have been followed. If the :ref:`Installation ` of the METOD Algorithm is successful, all METOD Algorithm source files can be imported. Quick example using Python -------------------------------- See :ref:`Installation ` for a simple example using the METOD Algorithm. Run examples using the command line ------------------------------------------------ In order to run the METOD Algorithm from the command line, :ref:`Example 1 ` and :ref:`Example 2 ` can be modified accordingly. Comments within :bash:`metod_quad_example.py` and :bash:`metod_sog_example.py` provide details on how to update the code. Run examples using Jupyter Notebooks --------------------------------------- Similarly, :ref:`Jupyter Notebooks ` can also be modified accordingly. Instructions within each Jupyter Notebook provide details on how to update the code.