Commit ade16a3d by anjoko Committed by GitHub

Add note about python3 to _index.md (#4280)

Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
parent ac49097a
......@@ -40,9 +40,12 @@ Install Poetry by downloading and executing the [installation script](https://in
```bash
curl -sSL https://install.python-poetry.org | python3 -
```
{{% note %}}
Note: On some systems, `python` may still refer to Python 2 instead of Python 3. Please always use the
`python3` binary to ensure the right major version of Python is used.
{{% /note %}}
**Windows (Powershell)**
```powershell
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment