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-08-02 15:58:31 +02:00
|
|
|
Read on for a brief overview of the help menu and version command, or jump to an
|
|
|
|
|
[overview of features](./features.md) to start using uv.
|
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-08-02 15:58:31 +02:00
|
|
|
Now that you've confirmed uv is installed and know how to get help, check out an
|
2024-08-09 12:31:10 -05:00
|
|
|
[overview of features](./features.md) or jump to the [guides](../guides/index.md) to start using uv.
|