Usage
=====

The program can be used directly from the command line, or imported as a Python module. This will run the program using the default settings. See the :ref:`configuration` section for more information on how to change the settings.

Command Line
------------

You should clone the repo, navigate to the ``WasteAndMaterialFootprint`` folder, and then run the program using:

.. code-block:: bash

    python src/WasteAndMaterialFootprint/main.py

Python Module
-------------

The program can be imported as a Python module:

.. code-block:: python

    import WasteAndMaterialFootprint as wmf
    wmf.run()
