Windows 安装 Poetry
- [安装 Poetry](#安装 Poetry)
安装 Poetry
打开 Powershell,执行下面命令,
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
然后设置环境变量,在 Path 中追加,
C:\Users\<your_username>\AppData\Roaming\Python\Scripts
refer: https://python-poetry.org/docs/
完结!