Installation¶
From pip¶
For a selection of platforms (Linux/Windows/MacOS; all 64bit) and Python versions:
$ pip install fmu-dataio
Stable release in Equinor¶
Within Equinor, the stable release is pre-installed, so all you have to do is:
from fmu import dataio
From github¶
$ pip install git+https://github.com/equinor/fmu-dataio
From downloaded sources¶
The sources for FMU-dataio can be downloaded from the Equinor Github repo.
You can either clone the public repository:
$ git clone git@github.com:equinor/fmu-dataio
For required python packages, see the pyproject.toml file in the root folder.
Once you have a copy of the source, and you have a virtual environment,
then always run tests (run first compile and install with pip install .
):
$ pytest
Next you can install it with:
$ pip install .