Repository: systemml
Updated Branches:
  refs/heads/gh-pages 288bc35c3 -> dbe9a03b2


[SYSTEMML-1907] Rename python package to systemml-*-python.tar.gz

Switched Python artifact to tar.gz for PyPi upload compatibility with
twine.

Closes #666.


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

Branch: refs/heads/gh-pages
Commit: dbe9a03b23a0614248890d38c12ea465cb3f3daa
Parents: 288bc35
Author: Glenn Weidner <gweid...@us.ibm.com>
Authored: Sat Sep 16 14:53:55 2017 -0700
Committer: Glenn Weidner <gweid...@us.ibm.com>
Committed: Sat Sep 16 14:53:55 2017 -0700

----------------------------------------------------------------------
 beginners-guide-python.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml/blob/dbe9a03b/beginners-guide-python.md
----------------------------------------------------------------------
diff --git a/beginners-guide-python.md b/beginners-guide-python.md
index 266d50f..173ea63 100644
--- a/beginners-guide-python.md
+++ b/beginners-guide-python.md
@@ -95,7 +95,7 @@ If you want to try out the bleeding edge version, please use 
following commands:
 git checkout https://github.com/apache/systemml.git
 cd systemml
 mvn clean package -P distribution
-pip install target/systemml-1.0.0-SNAPSHOT-python.tgz
+pip install target/systemml-1.0.0-SNAPSHOT-python.tar.gz
 ```
 </div>
 <div data-lang="Python 3" markdown="1">
@@ -103,7 +103,7 @@ pip install target/systemml-1.0.0-SNAPSHOT-python.tgz
 git checkout https://github.com/apache/systemml.git
 cd systemml
 mvn clean package -P distribution
-pip3 install target/systemml-1.0.0-SNAPSHOT-python.tgz
+pip3 install target/systemml-1.0.0-SNAPSHOT-python.tar.gz
 ```
 </div>
 </div>

Reply via email to