Skip to content

Commit

Permalink
docs: link directly to official installer
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Apr 14, 2023
1 parent 0ff035d commit 2a2a894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This document describes how to configure and use your development environment.
## Initial setup

1. Install [Python 3.10](https://www.python.org/downloads/).
2. Install [poetry](https://python-poetry.org/docs/master/#installation) with the official installer.
2. Install [poetry](https://python-poetry.org/docs/master/#installing-with-the-official-installer) with the official installer.
3. Install dependencies of this project by running this command:
```shell
poetry install
Expand Down

0 comments on commit 2a2a894

Please sign in to comment.