Files
uv/docs/getting-started/first-steps.md
T

24 lines
625 B
Markdown
Raw Normal View History

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`
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
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
Now that you've confirmed uv is installed and know how to get help, check out an
[overview of features](./features.md) or jump to the [guides](../guides/index.md) to start using uv.