Update cheatsheets

This commit is contained in:
ivuorinen
2025-01-23 00:17:04 +00:00
parent bf8ec1afd3
commit 790978a4cd
4 changed files with 80 additions and 5 deletions

View File

@@ -13,15 +13,15 @@ source: https://github.com/tldr-pages/tldr.git
`uv init`
- Create a new Python project in a directory with the given name:
- Create a new Python project at the specified path:
`uv init {{project_name}}`
`uv init {{path/to/directory}}`
- Add a new package to the project:
- Add a new dependency to the project:
`uv add {{package}}`
- Remove a package from the project:
- Remove a dependency from the project:
`uv remove {{package}}`