mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
python: include example using pip (#4956)
This commit is contained in:
parent
e6c0dfb591
commit
75f993b9c0
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue