Skip to content

Commit

Permalink
textual changes in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mKlapwijk committed Jul 31, 2024
1 parent 5e6901c commit f0ed238
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions batch_run_examples.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python examples/python_test_of_functions.py
@echo * For other D-Eco Impact configuration examples and tests of functionality
@echo * see 'tests_acceptance/input_yaml_files/..' .
@echo:
@echo * Note that D-Eco Impact is also available as executable and as docker container.
@echo * Note that D-Eco Impact is also available as a executable and as docker container.
@echo * Contact us for requesting these versions.
@echo * Go to : https://www.deltares.nl/en/software-and-data/products/d-eco-impact
@echo * Go to: https://www.deltares.nl/en/software-and-data/products/d-eco-impact
pause
8 changes: 3 additions & 5 deletions examples/README.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Run Python scripting example from command prompt (CMD) in this folder.
Run the Python scripting examples from command prompt (CMD) or PowerShell in this folder.
Make sure that the D-Eco Impact environment is activated.

Use following commands in the command prompt:

python python_test_of_functions.py

Or by running in preferred IDE (eg. Spyder, Visual Studio Code).
python python_test_of_functions.py
or run it inside your preferred IDE (eg. Spyder, Visual Studio Code).
5 changes: 2 additions & 3 deletions examples/input_yaml_files/README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Run yaml configuration example from command prompt (CMD) in root folder.
Run yaml configuration example from command prompt (CMD) or PowerShell in the root folder.
Make sure that the D-Eco Impact environment is activated.

Use following commands in the command prompt:

python main.py examples/input_yaml_files/test1_default_independent_rules.yaml
python main.py examples/input_yaml_files/test1_default_independent_rules.yaml

0 comments on commit f0ed238

Please sign in to comment.