Skip to content
Snippets Groups Projects
Commit e1e7f15e authored by Allen, Bruce (CIV)'s avatar Allen, Bruce (CIV)
Browse files

add pip module to installer

parent 842709ee
No related branches found
No related tags found
No related merge requests found
...@@ -99,6 +99,7 @@ ubuntu) ...@@ -99,6 +99,7 @@ ubuntu)
sudo apt install python3-pip sudo apt install python3-pip
pip3 install --upgrade pip pip3 install --upgrade pip
pip3 install PySide6 pip3 install PySide6
pip3 install pyqtdarktheme
pip3 install pyspellchecker pip3 install pyspellchecker
install_mp_gryphon install_mp_gryphon
;; ;;
...@@ -107,6 +108,7 @@ macos) ...@@ -107,6 +108,7 @@ macos)
echo "Installing requisite packages..." echo "Installing requisite packages..."
pip3 install --upgrade pip pip3 install --upgrade pip
pip3 install PySide6 pip3 install PySide6
pip3 install pyqtdarktheme
pip3 install pyspellchecker pip3 install pyspellchecker
install_gryphon install_gryphon
install_preloaded_examples install_preloaded_examples
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment