Skip to content

Commit c8ba323

Browse files
Add instructions for running API Dash code in Python http.client
Add detailed steps for running generated code in Python http.client on macOS, Windows, and Linux
1 parent 7c451e1 commit c8ba323

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

doc/user_guide/instructions_to_run_generated_code.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,17 @@ TODO
119119

120120
## Python (http.client)
121121

122-
TODO
122+
Here are the detailed instructions for running the generated API Dash code in Python using `http.client`:
123+
124+
### 1. Install Python:
125+
See the instructions above under Python (requests) for detailed steps on how to install Python on macOS, Windows, or Linux.
126+
127+
### 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.
129+
130+
### 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.
123133

124134
## Ruby (faraday)
125135

0 commit comments

Comments
 (0)