python: include example using pip (#4956)
This commit is contained in:
@@ -23,6 +23,10 @@
|
|||||||
|
|
||||||
`python -m {{module}} {{arguments}}`
|
`python -m {{module}} {{arguments}}`
|
||||||
|
|
||||||
|
- Install a package using pip:
|
||||||
|
|
||||||
|
`python -m pip install {{package_name}}`
|
||||||
|
|
||||||
- Interactively debug a Python script:
|
- Interactively debug a Python script:
|
||||||
|
|
||||||
`python -m pdb {{script.py}}`
|
`python -m pdb {{script.py}}`
|
||||||
|
|||||||
Reference in New Issue
Block a user