mirror of https://github.com/astral-sh/uv
Add "next steps" to some early documentation pages (#5825)
This commit is contained in:
parent
8cada6cbc9
commit
1f7961d6fb
|
|
@ -191,7 +191,7 @@ $ uv add ~/projects/bar/
|
||||||
$ uv add --editable ~/projects/bar/
|
$ uv add --editable ~/projects/bar/
|
||||||
```
|
```
|
||||||
|
|
||||||
However, it is recommended to use [_workspaces_](./workspaces) instead of manual path
|
However, it is recommended to use [_workspaces_](./workspaces.md) instead of manual path
|
||||||
dependencies.
|
dependencies.
|
||||||
|
|
||||||
### Workspace member
|
### Workspace member
|
||||||
|
|
|
||||||
|
|
@ -97,3 +97,8 @@ self-update:
|
||||||
- `uv tool dir`: Show the uv tool directory path.
|
- `uv tool dir`: Show the uv tool directory path.
|
||||||
- `uv python dir`: Show the uv installed Python versions path.
|
- `uv python dir`: Show the uv installed Python versions path.
|
||||||
- `uv self update`: Update uv to the latest version.
|
- `uv self update`: Update uv to the latest version.
|
||||||
|
|
||||||
|
## Next steps
|
||||||
|
|
||||||
|
Read the [guides](./guides/index.md) for an introduction to each feature or check out
|
||||||
|
[concept](./concepts/index.md) pages for in-depth details about uv's features.
|
||||||
|
|
|
||||||
|
|
@ -97,3 +97,8 @@ uv release artifacts can be downloaded directly from
|
||||||
|
|
||||||
Each release page includes binaries for all supported platforms as well as instructions for using
|
Each release page includes binaries for all supported platforms as well as instructions for using
|
||||||
the standalone installer via `github.com` instead of `astral.sh`.
|
the standalone installer via `github.com` instead of `astral.sh`.
|
||||||
|
|
||||||
|
## Next steps
|
||||||
|
|
||||||
|
See the [first steps](./first-steps.md) or jump straight to the [guides](./guides/index.md) to start
|
||||||
|
using uv.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue