Repository: incubator-singa
Updated Branches:
  refs/heads/master 08a232f4a -> da1e2b14f


modify the command for conda-build

Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/2cd08c49
Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/2cd08c49
Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/2cd08c49

Branch: refs/heads/master
Commit: 2cd08c494afc4c9e8a4321f3b964591269267db4
Parents: 870c5df
Author: Wentao Huang <[email protected]>
Authored: Mon Jul 23 15:22:05 2018 +0800
Committer: GitHub <[email protected]>
Committed: Mon Jul 23 15:22:05 2018 +0800

----------------------------------------------------------------------
 doc/en/docs/installation.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/2cd08c49/doc/en/docs/installation.md
----------------------------------------------------------------------
diff --git a/doc/en/docs/installation.md b/doc/en/docs/installation.md
index 7d3ac48..c9bd17f 100755
--- a/doc/en/docs/installation.md
+++ b/doc/en/docs/installation.md
@@ -56,7 +56,7 @@ To install conda-build (after installing miniconda)
 To build the CPU version of SINGA
 
     export BUILD_STR=cpu
-    conda build tool/conda/singa/ --python3.6 (or --python2.7)
+    conda build tool/conda/singa/ --python 3.6 (or --python 2.7)
 
 The above commands have been tested on Ubuntu 16.04 and Mac OSX.
 Refer to the [Travis-CI page](https://travis-ci.org/apache/incubator-singa) 
for more information.
@@ -66,7 +66,7 @@ To build the GPU version of SINGA
 
     export BUILD_STR=cudax.y-cudnna.b.c (e.g. cuda9.0-cudnn7.1.2)
     export CUDNN_PATH=<path to cudnn folder>
-    conda build tool/conda/singa/ --python3.6 (or --python2.7)
+    conda build tool/conda/singa/ --python 3.6 (or --python 2.7)
 
 The commands for building on GPU platforms have been tested on Ubuntu 16.04 
(cuDNN>=7 and CUDA>=9).
 [Nvidia's Docker image](https://hub.docker.com/r/nvidia/cuda/) provides the 
building

Reply via email to