NVlabs / curobo

CUDA Accelerated Robot Library
https://curobo.org
Other
798 stars 125 forks source link

Documentation is missing a `cd ./curobo` before `pip install -e . --no-build-isolation` #297

Closed AndyZe closed 4 months ago

AndyZe commented 5 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:

  1. cuRobo installation mode: python
  2. python version: 3.10.12

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

(a cd command is missing)

balakumar-s commented 4 months ago

Fixed in latest commit.