We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb6c11 commit 83774afCopy full SHA for 83774af
poetry/poetry.ps1
@@ -3,7 +3,7 @@ function Install-Poetry
3
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
4
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Force
5
(Invoke-WebRequest -Uri https://raw.githubusercontent.com/davidkhala/windows-utils/master/powershell.ps1 -UseBasicParsing).Content | Invoke-Expression
6
- Add-Path $env:APPDATA\Python\Scripts
+ Add-Path $env:APPDATA\Python\Scripts # need admin
7
8
poetry --version
9
0 commit comments