zachgk closed pull request #13791: Fix install commands for Raspbian 
instructions
URL: https://github.com/apache/incubator-mxnet/pull/13791
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/install/index.md b/docs/install/index.md
index 6491d46be5c..0cb92a4b1ab 100644
--- a/docs/install/index.md
+++ b/docs/install/index.md
@@ -1205,7 +1205,7 @@ ARMv7. The resulting artifact will be located in 
`build/mxnet-x.x.x-py2.py3-none
 file to your Raspberry Pi.
 
 ```
-ci/build.py -p armv7
+./ci/build.py -p armv7
 ```
 
 ## Install
@@ -1298,7 +1298,7 @@ Note that the `-e` flag is optional. It is equivalent to 
`--editable` and means
 
 Alternatively you can create a whl package installable with pip with the 
following command:
 ```
-ci/docker/runtime_functions.sh build_wheel python/ $(realpath build)
+./ci/docker/runtime_functions.sh build_wheel python/ $(realpath build)
 ```
 
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to