Install

The package can be installed using pip:

pip install pythonfmu3

Alternatively, the project can installed from source. First clone the repo,

git clone https://github.com/StephenSmith25/PythonFMU3.git

Next build the C++ code,

mkdir build
cd build 
cmake -S ../pythonfmu3/pythonfmu-export/
make

Next the python project may be installed with either,

pip install -e .

or,

pip install .