From 3bb111f9594440847195f6348a57161171cff61d Mon Sep 17 00:00:00 2001 From: Lars Reimann Date: Sat, 4 Jan 2025 19:31:47 +0100 Subject: [PATCH] docs: update installation instructions in main README --- .github/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/README.md b/.github/README.md index 54d524502..343c230f3 100644 --- a/.github/README.md +++ b/.github/README.md @@ -24,9 +24,10 @@ To run Safe-DS programs, you also need the [Safe-DS Runner](https://github.com/S command line. You should get output similar to `Python 3.12.2`. 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 - like PyTorch. +4. **Type `Install the Safe-DS Runner`** and **Press Enter**. +5. **Select where to install the Safe-DS Runner**. + +Installation may take a few minutes, since it downloads and installs several large libraries like PyTorch. ## Documentation