You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by ni...@apache.org on 2017/02/09 23:33:19 UTC

incubator-systemml git commit: [SYSTEMML-855] Update the documentation for Python users

Repository: incubator-systemml
Updated Branches:
  refs/heads/master 457a97db8 -> 0f2085498


[SYSTEMML-855] Update the documentation for Python users


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/0f208549
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/0f208549
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/0f208549

Branch: refs/heads/master
Commit: 0f2085498c89882e09c379f0fc6c3c2c179fab58
Parents: 457a97d
Author: Niketan Pansare <np...@us.ibm.com>
Authored: Thu Feb 9 15:33:01 2017 -0800
Committer: Niketan Pansare <np...@us.ibm.com>
Committed: Thu Feb 9 15:33:00 2017 -0800

----------------------------------------------------------------------
 docs/beginners-guide-python.md | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/0f208549/docs/beginners-guide-python.md
----------------------------------------------------------------------
diff --git a/docs/beginners-guide-python.md b/docs/beginners-guide-python.md
index 8a05ca6..4d1b098 100644
--- a/docs/beginners-guide-python.md
+++ b/docs/beginners-guide-python.md
@@ -71,8 +71,23 @@ brew install apache-spark16
 
 ### Install SystemML
 
-We are working towards uploading the python package on PyPi. Until then, please use following
-commands: 
+To install released SystemML, please use following commands:
+
+<div class="codetabs">
+<div data-lang="Python 2" markdown="1">
+```bash
+pip install systemml
+```
+</div>
+<div data-lang="Python 3" markdown="1">
+```bash
+pip3 install systemml
+```
+</div>
+</div>
+
+
+If you want to try out the bleeding edge version, please use following commands: 
 
 <div class="codetabs">
 <div data-lang="Python 2" markdown="1">