darlaker commented on a change in pull request #15524: refine Nano setup directions URL: https://github.com/apache/incubator-mxnet/pull/15524#discussion_r304061657
########## File path: docs/install/install-jetson.md ########## @@ -128,12 +130,13 @@ To use this with the MXNet Python binding, you must match the source directory's ```bash cd $MXNET_HOME git checkout v1.4.x -git submodule update --init +git submodule update --init --recursive cd python sudo pip install -e . ``` Review comment: I think we considered adding a note here at the end of Option 1 that notifies the user that at this point, they are done and do not need to continue. I think that still sounds helpful, but that may already be clear with "Option" now in the title. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
