@@ -23,6 +23,30 @@ The installation approach is different based on the operating system you are usi
...
@@ -23,6 +23,30 @@ The installation approach is different based on the operating system you are usi
1. When Gryphon starts, set the preloaded examples path to the path where you unzipped the preloaded examples. You may change the preloaded examples path using the `Settings | Preloaded Examples Path...` menu option.
1. When Gryphon starts, set the preloaded examples path to the path where you unzipped the preloaded examples. You may change the preloaded examples path using the `Settings | Preloaded Examples Path...` menu option.
## Mac
## Mac
Mac installation includes installing software that MP Gryphon relies on and is performed by typing commands into a command terminal.
1. Open a command terminal: Click on Launchpad and type `terminal` to single out the command terminal. Click on the Terminal icon.
1. Install the software that MP Gryphon relies on by typing the following:
pip3 install –upgrade pip
pip3 install pyside6
pip3 install pyqtdarktheme
1. Install the tool to get Gryphon tools
git
and install git
1. Install MP Gryphon and the preloaded examples
mkdir mp_gryphon
cd mp_gryphon
Perform the installation
## Ubuntu Linux
## Ubuntu Linux
Download the MP Gryphon installer from https://gitlab.nps.edu/monterey-phoenix/user-interfaces/gryphon/-/blob/master/install_mp.bash. Make the installer executable and then run it by typing this in a command window :
Download the MP Gryphon installer from https://gitlab.nps.edu/monterey-phoenix/user-interfaces/gryphon/-/blob/master/install_mp.bash. Make the installer executable and then run it by typing this in a command window :