- Install Pyenv for Windows
https://github.com/pyenv-win/pyenv-win
- Install Python 3.10
pyenv install 3.10
- Set Python 3.10 as the global version
pyenv global 3.10
- Install Poetry
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python -
- Add Poetry to the PATH
%APPDATA%\Python\Scripts
- Install Azure Functions Core Tools