python: include example using pip (#4956)

translation-badges
Nuno Agostinho 2020-11-27 01:02:20 +00:00 committed by GitHub
parent e6c0dfb591
commit 75f993b9c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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}}`