Windows without Windows Subsystem Linux requirements
Attention
Do this only if you are using Windows and could not install Windows Subsystem for Linux
download and install git, git is a program for keeping track of changes I make in a project
open PowerShell then copy and paste the text below to install the uv Python package manager
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"uv is a program that is used to install Python packages
what is next?
Click Here to setup your Integrated Development Environment the same way I set mine up