-
Notifications
You must be signed in to change notification settings - Fork 31
Installation
This page describes how to install the package locally. To check if the package is installed, run the following in the command line.
$ pip freeze | grep rom-operator-inference
We recommend installing rom_operator_inference
from the Python Package Index with pip
.
This installs the latest release.
$ python3 -m pip install --user rom-operator-inference
The following command installs the latest version from the master branch, which may or may not be associated with an official release.
This requires git
.
$ python3 -m pip install git+https://github.com/Willcox-Research-Group/rom-operator-inference-Python3.git
The final option is to download the entire repository (including tests, etc.) and install it from source.
This requires git
.
$ git clone https://github.com/Willcox-Research-Group/rom-operator-inference-Python3.git
$ python3 -m pip install rom-operator-inference-Python3
Operator Inference: a brief mathematical summary of Operator Inference and some of its extensions.
Installation: getting set up with pip
and/or git
.
API Reference: complete rom_operator_inference
documentation.
Index of Notation: list of notation used in the package and the documentation.
References: list of publications that use or build on Operator Inference.