uv-add
Verified for current stable LTS
Uv Add Command: Add Package With Version Requirement
Use for add package with version requirement with Uv Add. Exact CLI syntax to add package with version requirement using Uv Add.
When to use this: Use for add package with version requirement with Uv Add.
Command Syntax
uv add <package>=1.2.3> uv add <package>=1.2.3> Live Command Builder
Final Command
uv add <package>=1.2.3> Command Breakdown
uv is the base executable for this command.
FAQ
Purpose: Exact syntax to add package with version requirement using Uv Add.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Uv Add Command: Add Dev Group Package
uv add --dev <package1 package2 ...> Uv Add Command: Add Editable Package uv add --editable <path/to/package>/ Uv Add Command: Add Latest Package uv add <package> Uv Add Command: Add Local Group Package uv add --group <group> <package1 package2 ...> Uv Add Command: Add Multiple Packages uv add <package1 package2 ...>