Skip to content

Commit

Permalink
docs: fix broken link to poetry installer (#783)
Browse files Browse the repository at this point in the history
Closes #781

### Summary of Changes

Update the link to the poetry installer.
  • Loading branch information
lars-reimann authored May 17, 2024
1 parent 74d8649 commit 46d38b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ This document describes how to configure and use your development environment.

You must complete these steps once before you can start setting up the project itself:

1. Install [Python 3.11](https://www.python.org/downloads/).
1. Install [Python 3.12](https://www.python.org/downloads/).
2. Verify that `python` can be launched by running this command in a **new** terminal:
```shell
python --version
```
If this fails, add the directory that contains the `python` executable to your `PATH` environment variable.

3. Install [Poetry](https://python-poetry.org/docs/master/#installing-with-the-official-installer) with the official installer. Follow the instructions for your operating system in the linked document.
3. Install [Poetry](https://python-poetry.org/docs/#installation) with the official installer. Follow the instructions for your operating system in the linked document.
4. Verify that `poetry` can be launched by running this command in a **new** terminal:
```shell
poetry --version
Expand Down

0 comments on commit 46d38b9

Please sign in to comment.