From 6a30eaf8321eaba856b51184eead0bd0c9bf12e2 Mon Sep 17 00:00:00 2001 From: rink <rink@dtu.dk> Date: Thu, 15 Jun 2017 16:24:10 +0200 Subject: [PATCH] More details on Windows/Linux commands --- docs/tutorials/1-creating-master-excel.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/tutorials/1-creating-master-excel.md b/docs/tutorials/1-creating-master-excel.md index b5af8abd..c16d820a 100644 --- a/docs/tutorials/1-creating-master-excel.md +++ b/docs/tutorials/1-creating-master-excel.md @@ -86,13 +86,13 @@ Generate the master Excel file in a few easy steps: the Wind Energy Toolbox tutorials directory. 3. From a terminal/command window, run the code to generate the Excel file from a folder of text files: - * Windows: + * Windows (from tutorials folder): ```python ..\..\wetb\prepost\write_master.py --folder data\DLCs_onshore --filename DLCs_onshore.xlsx``` - * Mac/Linux: + * Mac/Linux (from tutorials folder): ```python ../../wetb/prepost/write_master.py --folder data/DLCs_onshore --filename DLCs_onshore.xlsx``` - * Gorm (Note that you must activate the wetb environment (see Step 5 [here](https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox/blob/master/docs/getting-started-with-dlbs.md) -) before this will work. This command also assumes the folder with your text -files is called "DLCs_onshore" and is located in the working directory.): + * Gorm (you must activate the wetb environment (see Step 5 [here](https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox/blob/master/docs/getting-started-with-dlbs.md) +) before this command will work. This command also assumes the folder with your +text files is called "DLCs_onshore" and is located in the working directory.): ```python /home/MET/repositories/toolbox/WindEnergyToolbox/wetb/prepost/write_master.py --folder ./DLCs_onshore --filename ./DLCs_onshore.xlsx``` The master Excel file "DLCs_onshore.xlsx" should now be in the your current -- GitLab