mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 22:55:44 +00:00
Update cheatsheets
This commit is contained in:
8
tldr/uv
8
tldr/uv
@@ -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}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user