Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix the inaccruate instruction on installing nose (#11317)
Browse files Browse the repository at this point in the history
* Fix the inaccruate instruction on installing nose

* Clarified the installation of nosetests and removed 'sudo'

* Update README.md
  • Loading branch information
apeforest authored and szha committed Jun 18, 2018
1 parent 0ac9f8b commit 6b5d9f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
```

0 comments on commit 6b5d9f9

Please sign in to comment.