You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/12/15 03:16:35 UTC

[GitHub] pracheer commented on a change in pull request #9075: Updating the Python readme

pracheer commented on a change in pull request #9075: Updating the Python readme
URL: https://github.com/apache/incubator-mxnet/pull/9075#discussion_r157115904
 
 

 ##########
 File path: python/README.md
 ##########
 @@ -3,20 +3,23 @@ MXNet Python Package
 MXNet is a deep learning framework designed for both *efficiency* and *flexibility*.
 It allows you to mix the flavours of deep learning programs together to maximize the efficiency and your productivity.
 
+This directory and nested files contain MXNet Python package and language binding.
 
-Installation
-------------
-To install, check [Build Instruction](http://mxnet.io/get_started/install.html)
+## Installation
+To install MXNet Python package, visit MXNet [Install Instruction](http://mxnet.incubator.apache.org/get_started/install.html)
 
 
-Running the tests
------------------
+## Running the unit tests
 
-For running the tests you can do the following in the parent directory.
+For running unit tests, you will need the [nose PyPi package](https://pypi.python.org/pypi/nose). To install:
+```bash
+pip install nose
+```
+
+Once ```nose``` is installed, run the following from MXNet root directory:
 
 ```
 nosetests tests/python/unittest
 nosetests tests/python/train
 
 
 Review comment:
   Blank line not needed.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services