mirror of https://github.com/astral-sh/uv
## Summary As discussed in #3542 - there has been some confusion about how to get `uv` to work with ADO Artifacts so I'm adding a quick guide. ## Test Plan Smoke-tested the examples on my machine. |
||
|---|---|---|
| .. | ||
| configuration | ||
| guides | ||
| pip | ||
| preview | ||
| theme | ||
| .gitignore | ||
| README.md | ||
| SUMMARY.md | ||
| book.toml | ||
| cache.md | ||
| first-steps.md | ||
| installation.md | ||
| introduction.md | ||
| platforms.md | ||
| python-versions.md | ||
| python.md | ||
| resolution.md | ||
| style.css | ||
| versioning.md | ||
README.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.