Commit 09046ad3 authored by Ryan S. Elliott's avatar Ryan S. Elliott
Browse files

Update to kim-api-v1.9.5

Fixes the 'everything' option
parent 3440b1a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ Syntax from lib dir: python Install.py -b -v version -a kim-name
specify one or more options, order does not matter

  -v = version of KIM API library to use
       default = kim-api-v1.9.4 (current as of Apr 2018)
       default = kim-api-v1.9.5 (current as of May 2018)
  -b = download and build base KIM API library with example Models
       this will delete any previous installation in the current folder
  -n = do NOT download and build base KIM API library.
@@ -109,7 +109,7 @@ nargs = len(args)
if nargs == 0: error()

thisdir = os.environ['PWD']
version = "kim-api-v1.9.4"
version = "kim-api-v1.9.5"

buildflag = False
everythingflag = False