Document 'uv' package for project setup
I just recently learned about `uv` and it would be great if newcomers were introduced to it.
This commit is contained in:
parent
dcbede0cb0
commit
16f89bc51d
1 changed files with 19 additions and 0 deletions
|
|
@ -59,6 +59,25 @@ versions that added necessary features. You should use the latest
|
|||
versions of each.
|
||||
|
||||
|
||||
uv
|
||||
--------------------
|
||||
|
||||
`uv`_ is an extremely fast Python package and project manager.
|
||||
It's a single tool that can manage dependencies and virtual environments.
|
||||
|
||||
Set up a new Flask project using `uv`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
$ uv init myproject
|
||||
$ cd myproject
|
||||
$ uv add flask
|
||||
|
||||
|
||||
.. _uv: https://docs.astral.sh/uv/
|
||||
|
||||
|
||||
Virtual environments
|
||||
--------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue