get-started-with-ai-chat
get-started-with-ai-chat copied to clipboard
fix python virtual environment creation command on windows
not all users have python on the path, instead you can use
py -m venv .venv
which will find the most appropriate python version to use and create a virtual environment with it