Skip to content

Commit

Permalink
Added windows specific commands to run example simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobcook1995 committed Jan 15, 2025
1 parent 94d04cb commit fa12c2e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/source/using_the_ve/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,22 @@ configuration and data files to run a model.

You can then run the model itself:

```shell
ve_run /path/ve_example/config \
````{tabs}
```{group-tab} macOS/Linux
```shell
ve_run /path/ve_example/config \
--outpath /path/ve_example/out \
--logfile /path/ve_example/out/ve_example.log
```
```{group-tab} Windows
```powershell
ve_run \path\ve_example\config `
--outpath \path\ve_example/out `
--logfile \path\ve_example\out\ve_example.log
```
````

The [Virtual Ecosystem in use](virtual_ecosystem_in_use.md) page provides a walkthrough
of this process, showing the typical outputs of the model run process, and also provides
some simple plots of model inputs and ouputs.
Expand Down

0 comments on commit fa12c2e

Please sign in to comment.