Helpers

pyRTX.helpers.get_download_agent()[source]

Is wget installed? This helper function returns the download program available in the system. This function is used for automated download of ‘example data’ Parameters:

Returns: agent: [str] ‘wget’ if wget is installed, ‘curl’ otherwise

To Do: Currently this function works only with UNIX/macOS systems. Expand it to windows systems