Skip to content

Commit 7c3e969

Browse files
committed
Simplify usage instructions
1 parent eb41c03 commit 7c3e969

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,17 @@ Related projects:
1212

1313
## Usage
1414

15-
1. Clone or download this repository, then add the folder containing `+DSS_MATLAB` to your path.
15+
1. Download a package from the [releases page](https://github.com/PMeira/dss_matlab/releases).
1616

17-
2. Download or build DSS C-API and place the resulting DLLs / shared libraries into `+DSS_MATLAB`.
17+
2. Add the folder containing `+DSS_MATLAB` to your MATLAB path.
1818

19-
3. Until we get a release out, you first need to build the thunk DLL. You'll need a MATLAB-compatible compiler:
20-
21-
```
22-
DSS_MATLAB.build
23-
```
24-
25-
4. Instantiate `DSS_MATLAB.IDSS`. For example:
19+
3. Instantiate `DSS_MATLAB.IDSS`. For example:
2620

2721
```matlab
28-
Obj = DSS_MATLAB.IDSS;
22+
dss = DSS_MATLAB.IDSS;
2923
```
3024

31-
5. If you find issues or missing features, feel free to [open an issue ticket on GitHub](https://github.com/PMeira/dss_matlab/issues/new) or email me (pmeira at ieee.org).
25+
4. If you find issues or missing features, feel free to [open an issue ticket on GitHub](https://github.com/PMeira/dss_matlab/issues/new) or email me (pmeira at ieee.org).
3226

3327
If you code is based on `DSSStartup.m` from the examples, in general you only need to replace the `Obj = actxserver('OpenDSSEngine.DSS');` line. That is, update `DSSStartup.m` to:
3428

0 commit comments

Comments
 (0)