powershell에서 poetry 설치시 나는 에러입니다.
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
후에
(Invoke-WebRequest -Uri [<https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py>](<https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py>) -UseBasicParsing).Content | python -
해주시면 됩니당~