diff --git a/docs/install/install-cave.md b/docs/install/install-cave.md index bf8fbe2d5f..acdf1b01b9 100644 --- a/docs/install/install-cave.md +++ b/docs/install/install-cave.md @@ -16,7 +16,7 @@ ## Windows | | | |:----------------------------------------:|:--| -|
Writes files to **~/caveData** (in your user home directory)
Requires Python 3, Numpy, and Jep be installed
Requires **PYTHONHOME** be defined
In addition to the application directory, the MSI installer will attempt to copy the *[gridslice](https://github.com/mjames-upc/gridslice)* shared library to `$PYTHONHOME/Dlls`. If the `$PYTHONHOME` environmental variable is not defined, *gridslice* will not be installed. You can always rerun the installer after defining `$PYTHONHOME` and then check that the file `gridslice.pyd` is installed in `$PYTHONHOME/Dlls`.
CAVE will still run without gridslice, but certain bundles which use derived parameters, such as [isentropic analyses](../cave/d2d-grids/#isentopic-analysis-270k-320k), will not load.
| +|Writes files to **~/caveData** (in your user home directory)
Requires Python 3, Numpy, and Jep be installed
Requires **PYTHONHOME** be defined
In addition to the application directory, the MSI installer will attempt to copy the *[gridslice](https://github.com/mjames-upc/gridslice)* shared library to `$PYTHONHOME/Dlls`. If the `$PYTHONHOME` environmental variable is not defined, *gridslice* will not be installed. You can always rerun the installer after defining `$PYTHONHOME` and then check that the file `gridslice.pyd` is installed in `$PYTHONHOME/Dlls`.
CAVE will still run without gridslice, but certain bundles which use derived parameters, such as [isentropic analyses](../cave/d2d-grids/#isentopic-analysis-270k-320k), will not load.
|