-
Notifications
You must be signed in to change notification settings - Fork 760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add guide for tools #4982
Add guide for tools #4982
Conversation
I need to figure out where I'm going to draw the line between these guides and the concept documentation pages. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just some small nits.
$ uv tool install httpie | ||
``` | ||
|
||
Additionally, package versions can be included without `--from`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the benefit of this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Of explaining it? --from
isn't supposed to be used in uv tool install
.
Could you add some clarity about difference between I think they are in common in all ways except of I can suggest to merge # inferred first `--from` as main package, so `fastapi` executable would be available.
$ uvx --from fastapi-cli --from fastapi fastapi dev |
Co-authored-by: Ibraheem Ahmed <ibraheem@ibraheem.ca>
Co-authored-by: Ibraheem Ahmed <ibraheem@ibraheem.ca>
Co-authored-by: Ibraheem Ahmed <ibraheem@ibraheem.ca>
No description provided.