Skip to content

Commit 9dd1710

Browse files
committed
...
1 parent 13d9388 commit 9dd1710

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

misc/content/2025/04/manage-python-projects-using-uv/manage-python-projects-using-uv.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Status: published
22
Date: 2025-04-30 06:16:38
3-
Modified: 2025-05-04 06:06:48
3+
Modified: 2025-05-07 15:37:12
44
Author: Benjamin Du
55
Slug: manage-python-projects-using-uv
66
Title: Manage Python Projects Using uv
@@ -23,8 +23,8 @@ curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR="/usr/local/bin"
2323

2424

2525
```
26-
uv init new_project_name
27-
uv init
26+
uv init --package new_project_name
27+
uv init --package
2828
uv init --script example.py --python 3.12
2929
uv lock
3030
uv lock --upgrade

0 commit comments

Comments
 (0)