NVlabs / DREAM

DREAM: Deep Robot-to-Camera Extrinsics for Articulated Manipulators (ICRA 2020)
Other
145 stars 31 forks source link

Added missing path to pip install command #1

Closed tabula-rosa closed 4 years ago

tabula-rosa commented 4 years ago

I thought about adding a sentence after the install command saying "use -e if you want to install in editable mode", but I opted not to so that the instructions remain concise.

I prefer the install command to not have to be modified, so users can just copy/paste it directly. So, I didn't add anything like a [-e] to the install command either.

TontonTremblay commented 4 years ago

I am not sure what that change is, you added pip install . -r requirements.txt this install the local repo correct? Was it because before this was a two step thing?