-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from openego/features/release0.1
Features/release0.1
- Loading branch information
Showing
17 changed files
with
251 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
.. toctree:: | ||
:maxdepth: 7 | ||
:glob: | ||
:titlesonly: | ||
|
||
API <api/modules> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ Installation | |
``` | ||
|
||
With your activated environment `cd` to the cloned directory and run | ||
``pip3 install -e eGo`` . This will install all needed packages into your environment. | ||
``pip3 install -e eGo --process-dependency-links --allow-all-external`` . This will install all needed packages into your environment. | ||
|
||
.. warning:: | ||
|
||
|
@@ -42,14 +42,16 @@ With your activated environment `cd` to the cloned directory and run | |
``pip3 install -e git+https://github.com/openego/PyPSA.git@dev#egg=PyPSA`` | ||
and Folium for an web based ploting with | ||
``pip3 install -e [email protected]:python-visualization/folium.git@5739244acb9868d001032df288500a047b232857#egg=folium`` | ||
Check if the `config.json <https://github.com/openego/eTraGo/blob/dev/etrago/tools/config.json>`_ | ||
|
||
Check if the `config.json <https://github.com/openego/eTraGo/blob/dev/etrago/tools/config.json>`_ | ||
file from eTraGo is installed in your libary ``/lib/python3.5/site-packages/etrago/tools`` . | ||
If not copy and paste this file into this folder. | ||
If not copy and paste this file into this folder. | ||
|
||
If Database connection or table erros appears use: ``pip3 install -e [email protected]:openego/ego.io.git@3b76dfddea14d67eb4421b6223bf981d8851e4e6#egg=ego.io`` | ||
|
||
|
||
Using eGo: | ||
========== | ||
|
||
1. check and prepare your eGo setting in ``ego/scenario_setting.json`` | ||
2. Start your calculation with in the directory of ``eGo/ego`` with | ||
``python3 ego_main.py`` | ||
2. Start your calculation with in the directory of ``eGo/ego`` with ``python3 ego_main.py`` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.