mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 03:15:22 +02:00
python: add http.server example (#7305)
This commit is contained in:
parent
75141f0fff
commit
30f46d703e
1 changed files with 4 additions and 0 deletions
|
@ -30,3 +30,7 @@
|
|||
- Interactively debug a Python script:
|
||||
|
||||
`python -m pdb {{script.py}}`
|
||||
|
||||
- Start the built-in HTTP server on port 8000 in the current directory:
|
||||
|
||||
`python -m {{http.server}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue