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: doc/about/installation.rst
+8-14Lines changed: 8 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Installation Guide
7
7
Installing Python
8
8
----------------------------
9
9
10
-
simbench is tested with Python 3.5, 3.6 and 3.7. We recommend the Anaconda Distribution, which provides a Python distribution that already includes a lot of modules for scientific computing that are needed. Of course it is also possible to use simbench with other distributions besides Anaconda. Anyway, it is important that the following package is included:
10
+
simbench is tested with multiple up-to-date Python versions. We recommend the Miniconda Distribution, which provides a Python distribution that already includes a lot of modules for scientific computing that are needed. Of course it is also possible to use simbench with other distributions besides Anaconda. Anyway, it is important that the following package is included:
11
11
12
12
- pandapower
13
13
@@ -20,23 +20,15 @@ The easiest way to install simbench is through pip:
20
20
21
21
1. Open a command prompt (e.g. start–>cmd on windows systems)
22
22
23
-
2. If you already work with the pandapower development version from GitHub, but did not yet register it to pip:
24
-
25
-
a. Navigate your command prompt into your pandapower folder (with the command cd <folder>).
26
-
27
-
b. Register pandapower to pip, to not install pandapower a second time, via typing:
If you don't have internet access on your system or don't want to use pip for some other reason, simbench can also be installed without using pip:
31
+
If you don't have internet access on your system and already downloaded the repository (step 1), simbench can also be installed without from local files:
40
32
41
33
1. Download and unzip the current simbench distribution from PyPi under "Download files".
42
34
@@ -46,7 +38,9 @@ If you don't have internet access on your system or don't want to use pip for so
46
38
47
39
3. Install simbench by running :
48
40
49
-
:code:`python setup.py install`
41
+
:code:`pip install -e .`
42
+
43
+
This registers your local pandapower installation with pip, the option -e ensures the edits in the files have a direct impact on the pandapower installation.
50
44
51
45
52
46
Development Version
@@ -66,7 +60,7 @@ To install the latest version of simbench from github, simply follow these steps
66
60
67
61
:code:`pip install -e .`
68
62
69
-
This registers your local simbench installation with pip.
63
+
This registers your local pandapower installation with pip, the option -e ensures the edits in the files have a direct impact on the pandapower installation.
Copy file name to clipboardExpand all lines: doc/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ More information about pandapower can be found on `www.pandapower.org <https://w
31
31
32
32
|br|
33
33
34
-
pandapower is a joint development of the research group Energy Management and Power System Operation (e2n), University of Kassel and the Department for Distribution System
34
+
pandapower is a joint development of the Department for Sustainable Electrical Energy Systems (e2n), University of Kassel and the Department for Distribution System
35
35
Operation at the Fraunhofer Institute for Energy Economics and Energy System Technology (IEE), Kassel.
0 commit comments