add uv notes
This commit is contained in:
11
active/software_uv/uv.md
Normal file
11
active/software_uv/uv.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# UV
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Install a specific version
|
||||||
|
uv python install 3.14
|
||||||
|
|
||||||
|
# Initialize a package
|
||||||
|
uv init --package .
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user