Skip to content

Commit 7655ce0

Browse files
authored
Update instructions_to_run_generated_code.md
1 parent c8ba323 commit 7655ce0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/user_guide/instructions_to_run_generated_code.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,13 @@ TODO
122122
Here are the detailed instructions for running the generated API Dash code in Python using `http.client`:
123123

124124
### 1. Install Python:
125-
See the instructions above under Python (requests) for detailed steps on how to install Python on macOS, Windows, or Linux.
125+
Check out the instructions [here](#1-install-python) for detailed steps on how to install Python on macOS, Windows, or Linux.
126126

127127
### 2. `http.client` is a built-in library:
128-
Unlike other libraries like `requests`, `http.client` is part of Python's standard library, so there is no need to install anything. You can directly use it without any additional installation steps.
128+
Unlike other Python libraries (like `requests`), `http.client` is part of Python's standard library. You can directly use it without any additional installation steps.
129129

130130
### 3. Execute the generated code:
131-
See the instructions above under Python (requests) `Execute the generated code` for detailed steps on how to run the code
132-
That's it! You have now successfully run the API Dash code using `http.client` in Python.
131+
Check out the instructions [here](#3-execute-the-generated-code) for detailed steps on how to run the code.
133132

134133
## Ruby (faraday)
135134

0 commit comments

Comments
 (0)