Repository: incubator-singa Updated Branches: refs/heads/master aa9747bab -> 074c5510a
update documentation for py3 Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/074c5510 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/074c5510 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/074c5510 Branch: refs/heads/master Commit: 074c5510a3a8538573f7e7f777301d8d6a0809ee Parents: aa9747b Author: Wei Wang <[email protected]> Authored: Sun Aug 27 21:30:37 2017 +0800 Committer: Wei Wang <[email protected]> Committed: Sun Aug 27 21:30:55 2017 +0800 ---------------------------------------------------------------------- doc/en/community/team-list.rst | 5 ++++- doc/en/docs/installation.md | 6 ++++-- 2 files changed, 8 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/074c5510/doc/en/community/team-list.rst ---------------------------------------------------------------------- diff --git a/doc/en/community/team-list.rst b/doc/en/community/team-list.rst index 668810d..cab3300 100644 --- a/doc/en/community/team-list.rst +++ b/doc/en/community/team-list.rst @@ -76,4 +76,7 @@ Developers +--------------------+--------------------------------+-----------------------------------------------+ | Kaiping Zheng | [email protected] | National University of Singapore | +--------------------+--------------------------------+-----------------------------------------------+ - +| Moaz Reyad | [email protected] | National University of Singapore | ++--------------------+--------------------------------+-----------------------------------------------+ +| Chang Yao | [email protected] | yzBigdata | ++--------------------+--------------------------------+-----------------------------------------------+ http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/074c5510/doc/en/docs/installation.md ---------------------------------------------------------------------- diff --git a/doc/en/docs/installation.md b/doc/en/docs/installation.md index cdf2eff..94d4e3e 100755 --- a/doc/en/docs/installation.md +++ b/doc/en/docs/installation.md @@ -3,7 +3,7 @@ ## From Conda Conda is a package manager provided by [Anaconda](https://www.continuum.io/downloads) or [Miniconda](https://conda.io/miniconda.html). -Currently, SINGA has conda packages (Python2.7) for Linux and MacOSX. +Currently, SINGA has conda packages (Python 2.7 and Python 3.6) for Linux and MacOSX. ### Linux @@ -130,8 +130,10 @@ The following instructions are tested on Ubuntu 14.04 and 16.04for installing d # required libraries $ sudo apt-get install libprotobuf-dev libopenblas-dev protobuf-compiler - # optional libraries + # optional libraries. $ sudo apt-get install python2.7-dev python-pip python-numpy + # for Python 3 + $ sudo apt-get install python3-dev python3-numpy, python3-pip $ sudo apt-get install libopencv-dev libgoogle-glog-dev liblmdb-dev The following instructions are tested on Mac OS X Yosemite (10.11 and 10.12) for installing dependent libraries.
