diff --git a/README.md b/README.md index b6103e86b6f..698ea44f098 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ from the rest of your system. ### osx / linux / bashonwindows install instructions ```bash -curl -sSL https://install.python-poetry.org | python - +curl -sSL https://install.python-poetry.org | python3 - ``` ### windows powershell install instructions ```powershell -(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python - +(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python3 - ``` **Warning**: The previous `get-poetry.py` installer is now deprecated, if you are currently using it