open Windows PowerShell, type in python. If python is not installed, Windows will redirect you to the Miscrosoft Store to install.
After installing python, open another Windows PowerShell and type in python, you may see the following screen
open Windows PowerShell and run pip install poetry.
After a while, poetry should be successfully installed.
To run 'poetry --version', need to add the poetry path into system enviromental variable PATH. Check the below screenshot for your reference.
Use this "How to use poetry to create a virutal project" as the input to ask ChatGPT. The response is good.