From 64e1105b9e3048c59cac34e6dd41e2db5b0bb61f Mon Sep 17 00:00:00 2001 From: Kevin Lingle <36995745+kevinlinglesas@users.noreply.github.com> Date: Wed, 5 May 2021 16:52:17 -0400 Subject: [PATCH 1/4] Update README regarding environment where Python package requirements are relevant --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d54a854..696ed26 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ SAS Viya ARK tools require third-party packages be installed before use. All req ```commandline $ python3 -m pip install -r requirements.txt ``` +The Python packages are only required on the host where SAS Viya ARK tools are executed. +This is not an assertion regarding the SAS Viya deployment. ## Index of Tools Tool support for the latest release of SAS Viya: From beb91c079b536e3b8e258b2cd8ec6c84981f8b28 Mon Sep 17 00:00:00 2001 From: Kevin Lingle <36995745+kevinlinglesas@users.noreply.github.com> Date: Wed, 5 May 2021 17:11:34 -0400 Subject: [PATCH 2/4] Update README changing reference to "new order" in Pre Reqs section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 696ed26..ee0f659 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ SAS Viya ARK provides the following types of assistance: * Post-deployment automation and utilities ## Prerequisites for SAS Viya ARK -Obtain the latest version of SAS Viya ARK with every new software order. +Obtain the latest version of SAS Viya ARK whenever new pulling down new deployment assets or a new manifest. Each tool that is included in the resource kit provides a readme that describes its specific prerequisites and functionality. From a7062edb8480eff3f941830bfdc1fb9f72f01a3a Mon Sep 17 00:00:00 2001 From: Kevin Lingle <36995745+kevinlinglesas@users.noreply.github.com> Date: Thu, 6 May 2021 14:30:44 -0400 Subject: [PATCH 3/4] Update based on review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee0f659..789bb8b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ SAS Viya ARK provides the following types of assistance: * Post-deployment automation and utilities ## Prerequisites for SAS Viya ARK -Obtain the latest version of SAS Viya ARK whenever new pulling down new deployment assets or a new manifest. +Obtain the latest version of SAS Viya ARK whenever you pull down new deployment assets or a new manifest. Each tool that is included in the resource kit provides a readme that describes its specific prerequisites and functionality. From 41a5eb9bbb36fb51ad9929afcd68e1056c9fbbcb Mon Sep 17 00:00:00 2001 From: Kevin Lingle <36995745+kevinlinglesas@users.noreply.github.com> Date: Thu, 6 May 2021 14:38:08 -0400 Subject: [PATCH 4/4] Update based on review. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 789bb8b..fa5845c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ SAS Viya ARK tools require third-party packages be installed before use. All req $ python3 -m pip install -r requirements.txt ``` The Python packages are only required on the host where SAS Viya ARK tools are executed. -This is not an assertion regarding the SAS Viya deployment. ## Index of Tools Tool support for the latest release of SAS Viya: