You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ariatosca.apache.org by ra...@apache.org on 2017/08/21 14:41:49 UTC

incubator-ariatosca git commit: ARIA-352 Fixed package name aria[ssh] incorrect in the installation document link

Repository: incubator-ariatosca
Updated Branches:
  refs/heads/master 8981791a1 -> a5b450aa6


ARIA-352 Fixed package name aria[ssh] incorrect in the installation document link


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

Branch: refs/heads/master
Commit: a5b450aa66c816a6334c00be96d7f50cb6b248e6
Parents: 8981791
Author: Vishwanath Jayaraman <vi...@hotmail.com>
Authored: Mon Aug 21 13:50:55 2017 +0000
Committer: Vishwanath Jayaraman <vi...@hotmail.com>
Committed: Mon Aug 21 13:50:55 2017 +0000

----------------------------------------------------------------------
 README.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/a5b450aa/README.rst
----------------------------------------------------------------------
diff --git a/README.rst b/README.rst
index b9a8213..b1a48c2 100644
--- a/README.rst
+++ b/README.rst
@@ -53,22 +53,22 @@ To install ARIA from source, download the source tarball from
 **Ubuntu/Debian** (tested on Ubuntu14.04, Ubuntu16.04)::
 
     apt-get install -y python-dev gcc libffi-dev libssl-dev
-    pip install aria[ssh]
+    pip install apache-ariatosca[ssh]
 
 **Centos** (tested on Centos6.6, Centos7)::
 
     yum install -y python-devel gcc libffi-devel openssl-devel
-    pip install aria[ssh]
+    pip install apache-ariatosca[ssh]
 
 **Archlinux**::
 
     pacman -Syu --noconfirm python2 gcc libffi openssl
-    pip2 install aria[ssh]
+    pip2 install apache-ariatosca[ssh]
 
 **Windows** (tested on Win10)::
 
     # no additional system requirements are needed
-    pip install aria[ssh]
+    pip install apache-ariatosca[ssh]
 
 **MacOS**::