Skip to content
Snippets Groups Projects
Commit 6a30eaf8 authored by Jenni Rinker's avatar Jenni Rinker
Browse files

More details on Windows/Linux commands

parent 8f7ac839
No related branches found
No related tags found
1 merge request!32Commands fixed, details added
...@@ -86,13 +86,13 @@ Generate the master Excel file in a few easy steps: ...@@ -86,13 +86,13 @@ Generate the master Excel file in a few easy steps:
the Wind Energy Toolbox tutorials directory. the Wind Energy Toolbox tutorials directory.
3. From a terminal/command window, run the code to generate the Excel file 3. From a terminal/command window, run the code to generate the Excel file
from a folder of text files: 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``` ```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``` ```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) * 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 will work. This command also assumes the folder with your text ) before this command will work. This command also assumes the folder with your
files is called "DLCs_onshore" and is located in the working directory.): 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``` ```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 The master Excel file "DLCs_onshore.xlsx" should now be in the your current
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment