You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2018/06/18 17:22:18 UTC

[incubator-mxnet] branch master updated: Fix the inaccruate instruction on installing nose (#11317)

This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b5d9f9  Fix the inaccruate instruction on installing nose (#11317)
6b5d9f9 is described below

commit 6b5d9f9785a398d2e8ccaa950f89fb76d76d5bd4
Author: Lin Yuan <ap...@gmail.com>
AuthorDate: Mon Jun 18 10:22:12 2018 -0700

    Fix the inaccruate instruction on installing nose (#11317)
    
    * Fix the inaccruate instruction on installing nose
    
    * Clarified the installation of nosetests and removed 'sudo'
    
    * Update README.md
---
 python/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/README.md b/python/README.md
index c1aaa58..1ab7aa4 100644
--- a/python/README.md
+++ b/python/README.md
@@ -13,9 +13,9 @@ For running unit tests, you will need the [nose PyPi package](https://pypi.pytho
 pip install --upgrade nose
 ```
 
-Once ```nose``` is installed, run the following from MXNet root directory:
+Once ```nose``` is installed, run the following from MXNet root directory (please make sure the installation path of ```nosetests``` is included in your ```$PATH``` environment variable):
 ```
 nosetests tests/python/unittest
 nosetests tests/python/train
 
-```
\ No newline at end of file
+```

-- 
To stop receiving notification emails like this one, please contact
zhasheng@apache.org.