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 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:

python src/WasteAndMaterialFootprint/main.py

Python Module

The program can be imported as a Python module:

import WasteAndMaterialFootprint as wmf
wmf.run()