There is a python script that I want to run on windows 10 but it requires these dependencies:
apt-get install python-dmidecode libcdio-utils acpidump mesa-utils
But windows does not support the "apt-get" command.
I have tried chocolatey but I couldn't find those libraries that I am trying to download.
Anyone have any ideas on how I could make that script work?