Last updated 3 years ago
windows powershell에서 아래 명령어 입력하여 Poetry 설치하기
(Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py -UseBasicParsing).Content | python -
Path 추가
위와 같이 설치가 끝나면 다시 일반 커맨드창에서 설치된 것을 확인할 수 있다.