Skip to contents

Install specific version of OpenGeoSys 6 (OGS) along with necessary Python packages `vtk` and `numpy` into a specified Python virtual environment. Note, this does not work with `conda` environments.

Usage

install_ogs(..., ogs_version = "6.4.4", envname = "r2ogs6")

Arguments

...

Rest of the arguments passed to "py_install()"

ogs_version

The version of OGS to install (default: 6.4.4).

envname

The name of the Python virtual environment (default: r2ogs6).

Value

None.