Skip to content

Commit a53eee4

Browse files
updated readme
1 parent f6a43da commit a53eee4

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

documents/LocalDebuggingSetup.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Install these tools before you start:
2121

2222
## Setup Steps
2323

24-
### Step 1: Clone the Repository
24+
### Clone the Repository
2525

2626
Choose a location on your local machine where you want to store the project files. We recommend creating a dedicated folder for your development projects.
2727

@@ -42,18 +42,6 @@ Choose a location on your local machine where you want to store the project file
4242
code .
4343
```
4444

45-
### Step 2: Select the Python 3.11 Interpreter in VS Code
46-
47-
1. **Open the command palette:**
48-
- `Ctrl+Shift+P` (Windows/Linux)
49-
- `Cmd+Shift+P` (macOS)
50-
51-
2. **Type and select:** `Python: Select Interpreter`
52-
53-
3. **Choose the Python 3.11 interpreter from the list**
54-
55-
> **Note**: If you have multiple Python versions installed, ensure you select Python 3.11.
56-
5745
## Local Debugging
5846

5947
To customize the accelerator or run it locally, you have two options:

0 commit comments

Comments
 (0)