python: include example using pip (#4956)

This commit is contained in:
Nuno Agostinho
2020-11-27 01:02:20 +00:00
committed by GitHub
parent e6c0dfb591
commit 75f993b9c0

View File

@@ -23,6 +23,10 @@
`python -m {{module}} {{arguments}}`
- Install a package using pip:
`python -m pip install {{package_name}}`
- Interactively debug a Python script:
`python -m pdb {{script.py}}`