Skip to content

Commit 165e513

Browse files
committed
Update README
1 parent 757b855 commit 165e513

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ There are currently no additional dependencies for alvaDescPy, however it requir
2828

2929
## Basic Usage
3030

31-
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:
31+
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:
3232

3333
```python
34-
from alvadescpy import ALVADESC_PATH
34+
from alvadescpy import CONFIG
3535

36-
ALVADESC_PATH = '\\path\\to\\alvaDescCLI.exe'
36+
CONFIG['alvadesc_path'] = '\\path\\to\\alvaDescCLI'
3737
```
3838

3939
alvaDescPy provides direct access to all alvaDesc command line arguments via the "alvadesc" function:

0 commit comments

Comments
 (0)