mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-01 09:32:18 +00:00
Prompt an early jump to the feature overview during first steps (#5655)
Addressing some feedback about the first-steps covering the help and version commands. I'm not sure what else to do here since the first steps with uv are very dependent on the features you need.
This commit is contained in:
parent
5b8ed92f95
commit
37a60a57e8
1 changed files with 19 additions and 15 deletions
|
@ -11,21 +11,8 @@ $ uv
|
|||
|
||||
You should see a help menu listing the available commands.
|
||||
|
||||
## Viewing the version
|
||||
|
||||
To check the installed version:
|
||||
|
||||
```console
|
||||
$ uv version
|
||||
```
|
||||
|
||||
The following are also valid:
|
||||
|
||||
```console
|
||||
$ uv --version # Same output as `uv version`
|
||||
$ uv -V # Will not include the build commit and date
|
||||
$ uv pip --version # Can be used with a subcommand
|
||||
```
|
||||
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.
|
||||
|
||||
## Help menus
|
||||
|
||||
|
@ -57,6 +44,23 @@ $ uv help init
|
|||
When using the long help menu, uv will attempt to use `less` or `more` to "page" the output so it is
|
||||
not all displayed at once. To exit the pager, press `q`.
|
||||
|
||||
|
||||
## Viewing the version
|
||||
|
||||
To check the installed version:
|
||||
|
||||
```console
|
||||
$ uv version
|
||||
```
|
||||
|
||||
The following are also valid:
|
||||
|
||||
```console
|
||||
$ uv --version # Same output as `uv version`
|
||||
$ uv -V # Will not include the build commit and date
|
||||
$ uv pip --version # Can be used with a subcommand
|
||||
```
|
||||
|
||||
## Next steps
|
||||
|
||||
Now that you've confirmed uv is installed and know how to get help, check out an [overview of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue