forked from lijiext/lammps
parent
3440b1a2a7
commit
09046ad3f7
|
@ -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
|
specify one or more options, order does not matter
|
||||||
|
|
||||||
-v = version of KIM API library to use
|
-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
|
-b = download and build base KIM API library with example Models
|
||||||
this will delete any previous installation in the current folder
|
this will delete any previous installation in the current folder
|
||||||
-n = do NOT download and build base KIM API library.
|
-n = do NOT download and build base KIM API library.
|
||||||
|
@ -109,7 +109,7 @@ nargs = len(args)
|
||||||
if nargs == 0: error()
|
if nargs == 0: error()
|
||||||
|
|
||||||
thisdir = os.environ['PWD']
|
thisdir = os.environ['PWD']
|
||||||
version = "kim-api-v1.9.4"
|
version = "kim-api-v1.9.5"
|
||||||
|
|
||||||
buildflag = False
|
buildflag = False
|
||||||
everythingflag = False
|
everythingflag = False
|
||||||
|
|
Loading…
Reference in New Issue