in order to install base_report_to_printer module I realized that I should install cups as it is an external_dependencies
    'external_dependencies': {
        'python': ['cups'],
    },It's okey to install it on ubuntu by running pip install pycups but how can I install it on windows ?
 
    