software
software
Functions
| Name | Description |
|---|---|
| install | Return the install command. |
install
software.install(
tool_name,
version,
dryrun=True,
branch_tag=None,
software_type=None,
install_script=INSTALL_SCRIPT,
symlink_script=SET_SYMLINK,
latest_symlink_script=LATEST_SYMLINK,
final_permissions_script=FINAL_PERMISSIONS,
debug=False,
)Return the install command.