From 46eadf7e89204d9641bef210b7fe32a24f5aa7da Mon Sep 17 00:00:00 2001 From: Ggicci Date: Tue, 18 May 2021 23:35:51 +0800 Subject: [PATCH] doc: use python3 to run install-poetry.py --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f43666a795..b2c01a24c23 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ from the rest of your system. ### osx / linux / bashonwindows install instructions ```bash -curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python - +curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python3 - ``` ### windows powershell install instructions ```powershell -(Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py -UseBasicParsing).Content | python - +(Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py -UseBasicParsing).Content | python3 - ``` **Warning**: The previous `get-poetry.py` installer is now deprecated, if you are currently using it