Update Installing MP Gryphon authored by Allen, Bruce (CIV)'s avatar Allen, Bruce (CIV)
...@@ -21,7 +21,7 @@ Gryphon is compatible with Mac, Windows, and Ubuntu Linux. For Mac and Windows, ...@@ -21,7 +21,7 @@ Gryphon is compatible with Mac, Windows, and Ubuntu Linux. For Mac and Windows,
1. Unzip the compressed zip package to a folder and note the path to it. 1. Unzip the compressed zip package to a folder and note the path to it.
1. Create a new folder in your home directory and name it `mp_gryphon`. 1. Create a new folder in your home directory and name it `mp_gryphon`.
1. Move the `gryphon` folder and the `preloaded-examples` folders into the `mp_gryphon` folder. 1. Move the `gryphon` folder and the `preloaded-examples` folders into the `mp_gryphon` folder.
1. Install requisite packages. In a command window type: 1. Install requisite packages. Open a terminal emulator command window, ![terminal_emulator](uploads/2e92ad4cfa2db13bd7f47976ca2c184d/terminal_emulator.png), and type:
pip install --upgrade pip pip install --upgrade pip
pip install PySide6 pip install PySide6
...@@ -30,7 +30,7 @@ Gryphon is compatible with Mac, Windows, and Ubuntu Linux. For Mac and Windows, ...@@ -30,7 +30,7 @@ Gryphon is compatible with Mac, Windows, and Ubuntu Linux. For Mac and Windows,
if `pip` doesn't work, try `pip3`. if `pip` doesn't work, try `pip3`.
## Ubuntu Linux ## Ubuntu Linux
Download the installer from https://gitlab.nps.edu/monterey-phoenix/user-interfaces/gryphon/-/blob/master/install_mp.bash, make it executable, then run it: Download the installer from https://gitlab.nps.edu/monterey-phoenix/user-interfaces/gryphon/-/blob/master/install_mp.bash. Use a command window, Install Gryphon by typing commands in a command window. Open a command window, ![terminal_emulator](uploads/2e92ad4cfa2db13bd7f47976ca2c184d/terminal_emulator.png), and type this to make it executable and to run it:
cd ~/Downloads cd ~/Downloads
chmod +x install_mp.bash chmod +x install_mp.bash
... ...
......