-
Couldn't load subscription status.
- Fork 32
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-inferenceWe recommend installing rom_operator_inference from the Python Package Index with pip.
This installs the latest release.
$ python3 -m pip install --user rom-operator-inferenceThe 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.gitThe 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-Python3Operator 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.