Skip to content
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 uv build to the example command lines in the documentation #683

Open
dnicolodi opened this issue Oct 16, 2024 · 2 comments
Open

Add uv build to the example command lines in the documentation #683

dnicolodi opened this issue Oct 16, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@dnicolodi
Copy link
Member

I just discovered that uv gained a build command and it is much faster than either pip or pypa/build. I think we should add this options to the examples in the documentation.

@eli-schwartz
Copy link
Member

Interesting! What's faster about it? My naive assumption would be that the process of initializing an isolated build environment is the thing that is faster (does not affect me due to always using --no-isolation --wheel --skip-dependency-check against external environments).

@dnicolodi
Copy link
Member Author

Sure, the only think that can be reasonably be sped up by the build tool is the creation of the build environment. However, I'm starting to use uv managed virtual environments and not having to install pip or build in these (uv does not install pip by default in the virtual environments it creates) is nice.

@rgommers rgommers added the documentation Improvements or additions to documentation label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants