@@ -55,35 +55,51 @@ first need to install the data to a location of your choice. The command below w
5555create the ` ve_example ` directory at the location you choose and install all of the
5656configuration and data files to run a model.
5757
58- ```` {tabs}
59- ```{group-tab} macOS/Linux
60- ```shell
61- ve_run --install-example /path/
58+ ````` {tab-set}
59+ :sync-group: operating_system
60+
61+ ````{tab-item} macOS/Linux
62+ :sync: macoslinux
63+
64+ ```{code-block} shell
65+ ve_run --install-example /path/
6266```
67+ ````
6368
64- ```{group-tab} Windows
65- ```powershell
66- ve_run --install-example C:\path\
69+ ````{tab-item} Windows
70+ :sync: windows
6771
72+ ```{code-block} powershell
73+ ve_run --install-example C:\path\
74+ ```
6875````
76+ `````
6977
7078You can then run the model itself:
7179
72- ```` {tabs}
73- ```{group-tab} macOS/Linux
74- ```shell
75- ve_run /path/ve_example/config \
80+ ````` {tab-set}
81+ :sync-group: operating_system
82+
83+ ````{tab-item} macOS/Linux
84+ :sync: macoslinux
85+
86+ ```{code-block} shell
87+ ve_run /path/ve_example/config \
7688 --outpath /path/ve_example/out \
7789 --logfile /path/ve_example/out/ve_example.log
7890```
91+ ````
92+
93+ ````{tab-item} Windows
94+ :sync: windows
7995
80- ```{group-tab} Windows
81- ```powershell
82- ve_run C:\path\ve_example\config `
96+ ```{code-block} powershell
97+ ve_run C:\path\ve_example\config `
8398 --outpath C:\path\ve_example\out `
8499 --logfile C:\path\ve_example\out\ve_example.log
85100```
86101````
102+ `````
87103
88104The [ Virtual Ecosystem in use] ( virtual_ecosystem_in_use.md ) page provides a walkthrough
89105of this process, showing the typical outputs of the model run process, and also provides
0 commit comments