You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documents/LocalDebuggingSetup.md
+1-13Lines changed: 1 addition & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Install these tools before you start:
21
21
22
22
## Setup Steps
23
23
24
-
### Step 1: Clone the Repository
24
+
### Clone the Repository
25
25
26
26
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.
27
27
@@ -42,18 +42,6 @@ Choose a location on your local machine where you want to store the project file
42
42
code .
43
43
```
44
44
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
-
57
45
## Local Debugging
58
46
59
47
To customize the accelerator or run it locally, you have two options:
0 commit comments