Closed AndyZe closed 4 months ago
If it’s not a bug, please use discussions: https://github.com/NVlabs/curobo/discussions
Please provide the below information in addition to your issue:
Issue Details
Referring to this page: https://curobo.org/get_started/1_install_instructions.html
This text:
Clone cuRobo repository with git clone https://github.com/NVlabs/curobo.git and run pip install -e . --no-build-isolation.
Should be something like:
Clone cuRobo repository with git clone https://github.com/NVlabs/curobo.git. From the curobo directory, run pip install -e . --no-build-isolation
git clone https://github.com/NVlabs/curobo.git
pip install -e . --no-build-isolation
(a cd command is missing)
cd
Fixed in latest commit.
If it’s not a bug, please use discussions: https://github.com/NVlabs/curobo/discussions
Please provide the below information in addition to your issue:
Issue Details
Referring to this page: https://curobo.org/get_started/1_install_instructions.html
This text:
Clone cuRobo repository with git clone https://github.com/NVlabs/curobo.git and run pip install -e . --no-build-isolation.
Should be something like:
Clone cuRobo repository with
git clone https://github.com/NVlabs/curobo.git
. From the curobo directory, runpip install -e . --no-build-isolation
(a
cd
command is missing)