From e8db4f2c4e96105d6868a0d82132d69e6d0feb5f Mon Sep 17 00:00:00 2001 From: Gerry Nelson <45608078+gerrynelson63@users.noreply.github.com> Date: Wed, 23 Dec 2020 11:44:01 -0500 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index ec30590..c110af9 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -10,6 +10,24 @@ The tools should be installed on the same machine that hosts the Viya command-li *git clone https://github.com/sassoftware/pyviyatools.git* +NOTE: to use the tools with Viya 4 clone the viya4_v1 branch + +*git clone https://github.com/sassoftware/pyviyatools.git -b viya4_v1* + +**Configure** + +The application properties file contains the default location of the sas-admin or viya cli. Edit this file to match the location of the cli and the cli name in your environment. + +The default values for Viya 3.x are: + +sascli.location=/opt/sas/viya/home/bin/ +sascli.executable=sas-admin + +The default values for Viya 4.x are: + +sascli.location=/opt/sas/viya/home/bin/ +sascli.executable=sas-viya + **Authenticate** The pyviya tools use the sas-admin auth CLI to authenticate to Viya. To use the tool you must create a profile and authenticate. This process is documented in the SAS Viya Administration guide here.