Update Installing MP Gryphon authored by Allen, Bruce (CIV)'s avatar Allen, Bruce (CIV)
......@@ -38,10 +38,22 @@ The Gryphon Python GUI works in tandem with the Monterey Phoenix V4 trace genera
cd ~/Downloads
./install_mp.bash ubuntu18 v0.5.1c
**Note: The installer attempts to install the MP preloaded examples. This repository is currently not public and will not install. If a private copy is shared with you, you may run Gryphon and select menu `Settings | Preloaded examples path...` to set the path to your preloaded examples.**
**Note: The installer attempts to install the MP preloaded examples. This repository is currently not public and will not install. For now, please see section "Installing Curated Examples", below.**
If the installer does not support your operating system, please suggest that one be made for it. For a reference of packages required by MP please see the installation steps that are most similar to your OS under "update packages" in the MP install file at https://gitlab.nps.edu/monterey-phoenix/user-interfaces/gryphon/-/blob/master/install_mp.bash.
# Installing Curated Examples
**The preloaded-examples repository is not yet available.** You may configure Gryphon to use a smaller set of examples that are publicly available. To do this:
1. Download the curated examples to a directory, for example:
cd ~/mp_gryphon
git clone https://gitlab.nps.edu/monterey-phoenix/mp-model-collection/curated-examples.git
1. Run Gryphon. Select menu "Settings | Preloaded examples path..." and select the `~/mp_gryphon/curated-examples` folder.
When the preloaded-examples repository becomes available, you may install them using the MP installer. Once installed, run Gryphon and select menu "Settings | Preloaded examples path..." to select the `~/mp_gryphon/preloaded-examples` folder.
# Running Gryphon
To run the Gryphon GUI open a command window and type:
......
......