Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ight into develop
  • Loading branch information
hbiermann95 committed Aug 31, 2023
2 parents b542d45 + 22cb3a2 commit 3807966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/guides/contrib_manual.rst
Expand Up @@ -45,7 +45,7 @@ Poetry requires a system-wide installation that's different on Windows and MacOS

.. code-block:: shell
(Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py -UseBasicParsing).Content | python -
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
3. The installer will tell you the path of the installed executable. Add the path to your system ``PATH`` if that's not done automatically.
Expand Down

0 comments on commit 3807966

Please sign in to comment.