I wanted to give a try to uv to see if I like it as a project and dependencies manager. I tried installing it on my Windows 11 PC using the command: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
However, I get an error stating that this script contains malicious content and has been blocked by my antivirus software:

My antivirus (BitDefender) indeed believes this script is malicious:

Why does this happen? How can I fix this and install uv on my Windows system?
I wanted to give a try to
uvto see if I like it as a project and dependencies manager. I tried installing it on my Windows 11 PC using the command:powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"However, I get an error stating that this script contains malicious content and has been blocked by my antivirus software:
My antivirus (BitDefender) indeed believes this script is malicious:
Why does this happen? How can I fix this and install
uvon my Windows system?