You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ dss_python: Unofficial bindings for EPRI's OpenDSS
4
4
5
5
Python bindings and misc tools for using OpenDSS (EPRI Distribution System Simulator). Based on CFFI and `dss_capi`, aiming for full COM compatibility on Windows and Linux.
6
6
7
-
If you are looking for the C API library, see [`dss_capi`](http://github.com/PMeira/dss-capi/).
7
+
If you are looking for the C API library, see [`dss_capi`](http://github.com/PMeira/dss_capi/).
8
8
9
9
Version 0.9.1, based on [OpenDSS revision 2123](https://sourceforge.net/p/electricdss/code/2123/tree/).
10
10
This is a work-in-progress but it's deemed stable enough to be made public.
Assuming you successfully built or downloaded the `dss_capi` (check [its repository](http://github.com/PMeira/dss-capi/) for instructions), keep the folder organization as follows:
58
+
Assuming you successfully built or downloaded the `dss_capi` (check [its repository](http://github.com/PMeira/dss_capi/) for instructions), keep the folder organization as follows:
59
59
60
60
```
61
61
dss_capi/
@@ -184,7 +184,7 @@ Please allow me a few days to respond.
184
184
185
185
Credits / Acknowlegement
186
186
========================
187
-
`dss_python` is based on EPRI's OpenDSS via the [`dss_capi`](http://github.com/PMeira/dss-capi/) project, check its licensing information.
187
+
`dss_python` is based on EPRI's OpenDSS via the [`dss_capi`](http://github.com/PMeira/dss_capi/) project, check its licensing information.
188
188
189
189
This project is licensed under the (new) BSD, available in the `LICENSE` file. It's the same license OpenDSS uses (`OPENDSS_LICENSE`).
0 commit comments