Skip to content

Commit

Permalink
docs: add missing step "select location for runner" (#1249)
Browse files Browse the repository at this point in the history
### Summary of Changes

Add a missing step to the installation tutorial.
  • Loading branch information
lars-reimann authored Nov 1, 2024
1 parent a3a907a commit c5f5adf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ To run Safe-DS programs, you also need the [Safe-DS Runner](https://github.com/S
2. **Open VS Code**.
3. **Open the command palette** (Menu bar > View > Command Palette).
4. **Type `Install the Safe-DS Runner`**.
5. **Press ++enter++**. Installation may take a few minutes, since it downloads and installs several large libraries
5. Select where to install the Safe-DS Runner.
6. **Press ++enter++**. Installation may take a few minutes, since it downloads and installs several large libraries
like PyTorch.

## Updating the Safe-DS Extension
Expand Down
3 changes: 2 additions & 1 deletion packages/safe-ds-vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ To run Safe-DS programs, you also need the [Safe-DS Runner](https://github.com/S
2. **Open VS Code**.
3. **Open the command palette** (Menu bar > View > Command Palette).
4. **Type `Install the Safe-DS Runner`**.
5. **Press Enter**. Installation may take a few minutes, since it downloads and installs several large libraries
5. Select where to install the Safe-DS Runner.
6. **Press Enter**. Installation may take a few minutes, since it downloads and installs several large libraries
like PyTorch.

## Documentation
Expand Down

0 comments on commit c5f5adf

Please sign in to comment.