"""Function to install the DTU HAWC2 license. In order to install the license, you must be logged in to the DTU network."""
"""Function to install the DTU HAWC2 license. In order to install the license, you must be logged in to the DTU network."""
install_dtu_license("hawc2")
definstall_hawcstab2_dtu_license():
"""Function to install the DTU HAWCStab2 license. In order to install the license, you must be logged in to the DTU network."""
install_dtu_license("hawcstab2")
definstall_ellipsys_dtu_license():
"""Function to install the DTU HAWCStab2 license. In order to install the license, you must be logged in to the DTU network."""
install_dtu_license("ellipsys")
definstall_dtu_license(software:str):
"""Function to install the DTU online license for HAWC2, HAWCStab2 and Ellipsys. In order to install the license, you must be logged in to the DTU network."""
software=software.lower()
assertsoftwarein["hawc2","hawcstab2","ellipsys"],"Argument 'software' must be one of ['hawc2', 'hawcstab2,''ellipsys']"