2024-06-26 12:28:42 -04:00
|
|
|
# First steps with uv
|
|
|
|
|
|
2024-08-03 08:41:33 -05:00
|
|
|
After [installing uv](./installation.md), you can check that uv is available by running the `uv`
|
2024-07-30 18:17:58 -04:00
|
|
|
command:
|
2024-06-26 12:28:42 -04:00
|
|
|
|
2024-07-22 13:15:11 -04:00
|
|
|
```console
|
|
|
|
|
$ uv
|
2024-08-03 08:41:33 -05:00
|
|
|
An extremely fast Python package manager.
|
|
|
|
|
|
|
|
|
|
Usage: uv [OPTIONS] <COMMAND>
|
|
|
|
|
|
|
|
|
|
...
|
2024-06-26 12:28:42 -04:00
|
|
|
```
|
|
|
|
|
|
2024-07-22 13:15:11 -04:00
|
|
|
You should see a help menu listing the available commands.
|
2024-06-26 12:28:42 -04:00
|
|
|
|
2024-07-22 13:15:11 -04:00
|
|
|
## Next steps
|
2024-06-26 12:28:42 -04:00
|
|
|
|
2024-09-03 17:14:38 -05:00
|
|
|
Now that you've confirmed uv is installed, check out an [overview of features](./features.md), learn
|
|
|
|
|
how to [get help](./help.md) if you run into any problems, or jump to the
|
|
|
|
|
[guides](../guides/index.md) to start using uv.
|