Skip to content

Create project using uv

We can use uv init <project_name> to create a new project. It will create 5 files by-default.

.
├── .gitignore
├── LICENSE
├── README.md
├── hello.py
└── pyproject.toml