Improves installation UX and documentation for Kit-less and uv flows#4879
Merged
myurasov-nv merged 38 commits intoisaac-sim:developfrom Mar 11, 2026
Merged
Improves installation UX and documentation for Kit-less and uv flows#4879myurasov-nv merged 38 commits intoisaac-sim:developfrom
myurasov-nv merged 38 commits intoisaac-sim:developfrom
Conversation
myurasov-nv
reviewed
Mar 8, 2026
myurasov-nv
reviewed
Mar 9, 2026
myurasov-nv
reviewed
Mar 9, 2026
23a56e0 to
eca2916
Compare
d1ba3e3 to
a938c52
Compare
e54b9b3 to
94fe85a
Compare
394c1cd to
6df095d
Compare
Member
Member
Member
|
@greptile-aps |
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> Signed-off-by: myurasov-nv <168484206+myurasov-nv@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> Signed-off-by: myurasov-nv <168484206+myurasov-nv@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> Signed-off-by: myurasov-nv <168484206+myurasov-nv@users.noreply.github.com>
… with Kelly's updates)
2cf1309 to
c78d387
Compare
ooctipus
approved these changes
Mar 11, 2026
Collaborator
ooctipus
left a comment
There was a problem hiding this comment.
Thank you @myurasov-nv
Member
|
thank you @rdsa-nv ! |
daniela-hase
pushed a commit
to daniela-hase/IsaacLab
that referenced
this pull request
Mar 30, 2026
…saac-sim#4879) # Description Improvements to the installation and documentation within UV and Kit-less pathways in mind. **CLI fixes:** - More reliable installation detection (using "import isaaclab"). - Handle case w/no IsaacSim symlinked. - "pip" / "uv pip" command selection based on environment. - Unit test for cli utils and uv install commands. **Docs:** - Add "Installation Configurations" section to installation index explaining the Kit vs Kit-less and PhysX vs Newton axes, with a common install paths table - Add "Install Options Reference" table listing all accepted `-i` tokens - Add "Selecting the Physics Backend" subsection to the quickstart guide with `presets=newton/physx` and `--visualizer` examples - Sync `--help` output in docs with updated CLI (`visualizers`, `ovrtx`, visualizer selector syntax) ## Type of change - Bug fixes - Improvements - Test - Documentation update ## Checklist - [x] I have read and understood the [contribution guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html) - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with `./isaaclab.sh --format` - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [ ] I have updated the changelog and the corresponding version in the extension's `config/extension.toml` file - [x] I have added Ruben DS'a-s to the `CONTRIBUTORS.md` or my name already exists there --------- Signed-off-by: myurasov-nv <168484206+myurasov-nv@users.noreply.github.com> Co-authored-by: Mikhail Yurasov <myurasov@nvidia.com> Co-authored-by: myurasov-nv <168484206+myurasov-nv@users.noreply.github.com> Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Improvements to the installation and documentation within UV and Kit-less pathways in mind.
CLI fixes:
Docs:
-itokenspresets=newton/physxand--visualizerexamples--helpoutput in docs with updated CLI (visualizers,ovrtx, visualizer selector syntax)Type of change
Checklist
pre-commitchecks with./isaaclab.sh --formatconfig/extension.tomlfileCONTRIBUTORS.mdor my name already exists there