Skip to content

Commit

Permalink
docs: fix required runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Apr 10, 2024
1 parent 4d3e6a2 commit 6748099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/safe-ds-vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inspection tools.
2. To _execute_ Safe-DS programs, the [Safe-DS Runner](https://github.com/Safe-DS/Runner) has to be installed and
configured additionally:
1. Install [Python](https://www.python.org/) (3.11 or 3.12).
2. Run `pip install "safe-ds-runner>=0.9.0,<0.10.0"` in a command line to download the latest matching Runner
2. Run `pip install "safe-ds-runner>=0.10.0,<0.11.0"` in a command line to download the latest matching Runner
version from [PyPI](https://pypi.org/project/safe-ds-runner/).
3. If the Visual Studio Code extension cannot start the runner, adjust the setting `safe-ds.runner.command`.
Enter the absolute path to the Runner executable.
Expand Down

0 comments on commit 6748099

Please sign in to comment.