From 165e51361643b1c8b1806fd2826871f8cd5a13b3 Mon Sep 17 00:00:00 2001 From: Travis Kessler Date: Thu, 25 Mar 2021 17:24:56 -0400 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 559ed07..68e62a8 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,12 @@ There are currently no additional dependencies for alvaDescPy, however it requir ## Basic Usage -alvaDescPy assumes the location of alvaDesc's command-line interface is located at ```C:\Program Files\Alvascience\alvaDesc\alvaDescCLI.exe```. If alvaDesc is located in a different location, you can change the path: +alvaDescPy assumes the location of alvaDesc's command-line interface is located at your OS's default location. If alvaDesc is located in a different location, you can change the path: ```python -from alvadescpy import ALVADESC_PATH +from alvadescpy import CONFIG -ALVADESC_PATH = '\\path\\to\\alvaDescCLI.exe' +CONFIG['alvadesc_path'] = '\\path\\to\\alvaDescCLI' ``` alvaDescPy provides direct access to all alvaDesc command line arguments via the "alvadesc" function: