mirror of https://github.com/astral-sh/uv
docs: add a link to `uv python pin` docs (#9630)
The current docs are not clear for those who are not fimiliar with the 'pin' commnad. Adding a link instead of adding more instructions.
This commit is contained in:
parent
6ed6fc108e
commit
a6f5180c27
|
|
@ -56,7 +56,8 @@ The `.python-version` file can be used to create a default Python version reques
|
|||
described above can be used, though use of a version number is recommended for interopability with
|
||||
other tools.
|
||||
|
||||
A `.python-version` file can be created in the current directory with the `uv python pin` command.
|
||||
A `.python-version` file can be created in the current directory with the
|
||||
[`uv python pin`](../reference/cli.md/#uv-python-pin) command.
|
||||
|
||||
Discovery of `.python-version` files can be disabled with `--no-config`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue