-
-
Notifications
You must be signed in to change notification settings - Fork 286
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
[installation] Add instructions for how to use VisiData with UV #2591
Comments
I won't speak to whether |
It looks like you can do a one-time https://docs.astral.sh/uv/concepts/tools/#the-uv-tool-interface says:
It is a good question should |
With
If you want to load additional file formats, you will need to install the necessary modules:
|
If you document Also note, if you are using The example above should be:
The same with pipx:
Or alternatively, you can inject the optional dependencies after installing as required:
|
This is probably the biggest reason we're not going to document it. =( There are a lot of pip alternative tools (poetry is another example), and I don't know if it's necessary for, or the place of, our documentation to cover them. |
That's fair. Although I wouldn't consider most of the others to be in the same category as pipx and |
@daviewales thank you I did not know that the command will be in my path. I was trying uv with its builtin pip, but it does seem like the "uvx" format makes it easy to use. @anjakefala if the main README.md is not a good location, maybe the github wiki or visidata.org might be a good place for these additional instructions. Also, thank you for considering this. |
|
@reagle recently had an issue with installing VisiData with uv #2560 that turned out to be an issue with the 3.1 release. I think the amazing thing from his bug was how easy it was to run Visidata with the latest release.
uv is easy to use, and can quickly install a usable version of VisiData. As @reagle showed, it is as simple as:
If you want to add some additional packages you need to add
--with
flags per package. There might be an easier way to make uv install VisiData with a fuller set of packages than the default, so users can work with more than the default file formats.Feature request: Update the instructions in https://github.com/saulpw/visidata/blob/develop/README.md to include uv instructions.
The text was updated successfully, but these errors were encountered: