mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
![]() Moving the preview features to top-level concepts and pushing the
pip-compatible interface down.
e.g.
<img width="291" alt="Screenshot 2024-06-27 at 7 03 48 AM"
src="
|
||
---|---|---|
.. | ||
configuration | ||
guides | ||
pip | ||
preview | ||
theme | ||
.gitignore | ||
book.toml | ||
cache.md | ||
first-steps.md | ||
installation.md | ||
introduction.md | ||
platforms.md | ||
python.md | ||
README.md | ||
resolution.md | ||
style.css | ||
SUMMARY.md | ||
versioning.md |
Documentation
This is the home of the new documentation for uv.
The documentation is a work in progress and not ready for external references.
Contributing
Install mdbook:
cargo install mdbook
To run the documentation locally:
mdbook watch docs --open
The documentation is published to GitHub Pages on merge to main
.