You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by jx...@apache.org on 2017/12/18 19:11:48 UTC

[incubator-mxnet] branch master updated: Updating the Python readme (#9075)

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

jxie 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 fb254c4  Updating the Python readme (#9075)
fb254c4 is described below

commit fb254c4d71512276e7e4147b002b9773462f0a13
Author: Hagay Lupesko <lu...@users.noreply.github.com>
AuthorDate: Mon Dec 18 11:11:42 2017 -0800

    Updating the Python readme (#9075)
    
    * Updating the Python readme
    
    * Addressing PR comments for /python dir
---
 python/README.md | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/python/README.md b/python/README.md
index 3a0b25c..c1aaa58 100644
--- a/python/README.md
+++ b/python/README.md
@@ -1,22 +1,21 @@
 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 MXNet Python package, visit MXNet [Install Instruction](http://mxnet.incubator.apache.org/install/index.html)
 
-Installation
-------------
-To install, check [Build Instruction](http://mxnet.io/get_started/install.html)
 
+## Running the unit tests
 
-Running the 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 --upgrade nose
+```
 
+Once ```nose``` is installed, run the following from MXNet root directory:
 ```
 nosetests tests/python/unittest
 nosetests tests/python/train
 
-```
-
+```
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].