Skip to content

Commit 01d0c41

Browse files
committed
[skip ci] docs: Clarify that users are not required to install EPRI's binaries to use this.
1 parent cd5cbcf commit 01d0c41

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/notebooks/Installation.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
"**Recommended**: Use [Miniconda](https://conda.io/miniconda.html) or [Anaconda](https://www.anaconda.com/download/) to install Python"
2323
]
2424
},
25+
{
26+
"cell_type": "markdown",
27+
"metadata": {},
28+
"source": [
29+
"Although we recommend new OpenDSS users to install and try the official/EPRI's distribution of OpenDSS, users **are not required to install EPRI's distribution of OpenDSS to use OpenDSSDirect.py**. The engine used in OpenDSSDirect.py and other projects under DSS-Extensions is AltDSS/DSS C-API, which is a version maintained and extended by the community. A future version might also include support for the official OpenDSS binaries (currently Windows only), which of course does not include any of the community extensions."
30+
]
31+
},
2532
{
2633
"cell_type": "markdown",
2734
"metadata": {},
@@ -183,7 +190,7 @@
183190
"name": "python",
184191
"nbconvert_exporter": "python",
185192
"pygments_lexer": "ipython3",
186-
"version": "3.6.1"
193+
"version": "3.11.6"
187194
}
188195
},
189196
"nbformat": 4,

0 commit comments

Comments
 (0)