Improve build and install system #1836
reeceomahoney
started this conversation in
Ideas
Replies: 4 comments 1 reply
|
Thank you for posting this. We'll definitely welcome a PR for the team to review. Thank you. |
0 replies
|
Hi @reeceomahoney , how did you manage to get uv to install IsaacLab? It seems that in the |
0 replies
|
I'm using the following pyproject.toml to install everything. Don't need to run the install script at all. |
0 replies
|
What if I want to use UV to install IsaacLab? How should I do it? Thank for answering |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
There are a mix of build systems being used in this project, with pyproject.toml and setup.py files and the root pyproject not being used to install packages in faovur of the install script. Have you considered updating IsaacLab to only use pyproject.toml files and centralising all the installation commands in the root project so only a single command is needed to setup the whole project. I have made this change in my own project, along with switching to uv instead of conda as a package manager and it has made setting up my projects on new machines much easier. I would be open to submitting pull requests if you think this is something worthwhile.
All reactions