To get started with the https://github.com/CW3E/MET-tools repository, the required Singularity containers need to be downloaded. These Singularity containers replace the need for the user to initialize the conda environment manually, making the workflow more portable and user-friendly. Two Singularity containers are provided, one for the NetCDF pre-processing environment and one for the iPython post-processing environment. These containers can be obtained by running the following lines of code. Bash scripts use the Conda environment `netcdf` to process NetCDF files. This Singularity container can be obtained by running the following: -- MET_tools_conda_netcdf.sif Dataframes for MET outputs and plotting routines based on these dataframes are implemented with the Conda environment `ipython`. This Singularity container can be obtained by running the following: -- MET_tools_conda_ipython.sif Build files have been provided for reference for both containers. See the corresponding '.def' files.