Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-08 00:19:16 +00:00
parent 4102fec4f8
commit 52f5647220
45 changed files with 1002 additions and 38 deletions

View File

@@ -29,6 +29,10 @@ source: https://github.com/tldr-pages/tldr.git
`pip freeze > {{requirements.txt}}`
- List installed packages:
`pip list`
- Show installed package info:
`pip show {{package}}`