From f20e58b55553b8ca7727b461c6186741c5c71e1a Mon Sep 17 00:00:00 2001 From: FelixMau <98911066+FelixMau@users.noreply.github.com> Date: Thu, 6 Jul 2023 16:16:50 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f9b581..3afa31d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ Student Project to estimate LCOE and Energyharvest for offshore windturbines in Within this Project an Streamlit app was ## How to use -Git Clone Repository to your local machine and with Conda install Packages from `environment.yml` +1. Git Clone Repository to your local machine and with Conda install Packages from `environment.yml` +2. Make sure to download all necesary data sets as in file structure [here](https://tubcloud.tu-berlin.de/s/oqJYaQwYFWtT9p3/download) (**Most datasets should be included since v0.1.2** but [weather data](https://tubcloud.tu-berlin.de/s/DYnHGnYR4389bY8/download/western-europe-2011.nc) needs to be added manually) +3. + + To run the app open your Terminal - activate Conda environment with `conda activate LCOE`