Skip to content

Commit 8167db5

Browse files
authored
Merge pull request #534 from AffanShaikhsurab/patch-4
Add instructions for running API Dash code in Python http.client
2 parents c5e8f35 + 7655ce0 commit 8167db5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

doc/user_guide/instructions_to_run_generated_code.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,16 @@ python api_test.py
202202

203203
## Python (http.client)
204204

205-
TODO
205+
Here are the detailed instructions for running the generated API Dash code in Python using `http.client`:
206+
207+
### 1. Install Python:
208+
Check out the instructions [here](#1-install-python) for detailed steps on how to install Python on macOS, Windows, or Linux.
209+
210+
### 2. `http.client` is a built-in library:
211+
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.
212+
213+
### 3. Execute the generated code:
214+
Check out the instructions [here](#3-execute-the-generated-code) for detailed steps on how to run the code.
206215
207216
## Ruby (faraday)
208217

0 commit comments

Comments
 (0)