Update Installing MP Gryphon authored by Allen, Bruce (CIV)'s avatar Allen, Bruce (CIV)
...@@ -29,13 +29,13 @@ The Mac installation consists of installing software that MP Gryphon relies on a ...@@ -29,13 +29,13 @@ The Mac installation consists of installing software that MP Gryphon relies on a
1. Open a terminal: Click on Launchpad and type `terminal` to single out the command terminal icon. Click on the Terminal icon to open a command terminal. 1. Open a terminal: Click on Launchpad and type `terminal` to single out the command terminal icon. Click on the Terminal icon to open a command terminal.
1. Install prerequisite resources by typing or pasting the following commands in the terminal: 1. Install prerequisite resources by typing or pasting the following commands in the terminal:
pip3 install –upgrade pip pip3 install –upgrade pip
pip3 install pyside6 pip3 install pyside6
pip3 install pyqtdarktheme pip3 install pyqtdarktheme
1. Install the `git` tool to download the Gryphon and preloaded-examples repositories: 1. Install the `git` tool to download the Gryphon and preloaded-examples repositories:
git --version git --version
If you do not already have git, follow the prompts to install it. If a version shows up, then you already have git installed. If you do not already have git, follow the prompts to install it. If a version shows up, then you already have git installed.
... ...
......