Install before testing installation in documentation
Motivation
The installation instructions ask the user to test python -c "import omni.isaac.orbit; print('Orbit configuration is now complete.')" before installing with ./orbit.sh --install, which will fail with ModuleNotFoundError: No module named 'omni.isaac.orbit'.
Pitch
The order should be swapped?
Checklist
[x] I have checked that there is no similar issue in the repo (required)
Proposal
Install before testing installation in documentation
Motivation
The installation instructions ask the user to test
python -c "import omni.isaac.orbit; print('Orbit configuration is now complete.')"
before installing with./orbit.sh --install
, which will fail withModuleNotFoundError: No module named 'omni.isaac.orbit'
.Pitch
The order should be swapped?
Checklist