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

remove dependency

parent f5f0cba1
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,17 @@ install_mp_gryphon() {
# install
case $target_os in
ubuntu_server)
echo "Updating existing packages..."
sudo apt-get update
echo "Installing requisite packages..."
sudo apt install build-essential
sudo apt install libc6-dev-i386
sudo apt install csh
sudo apt install git
install_trace_generator
;;
ubuntu)
echo "Updating existing packages..."
sudo apt-get update
......@@ -85,9 +96,9 @@ ubuntu)
sudo apt install libc6-dev-i386
sudo apt install csh
sudo apt install git
sudo pip3 install --upgrade pip
pip3 install --upgrade pip
pip3 install PySide6
pip3 install QDarkstyle
pip3 install pyqtdarktheme
install_mp_gryphon
;;
......@@ -95,7 +106,7 @@ macos)
echo "Installing requisite packages..."
pip3 install --upgrade pip
pip3 install PySide6
pip3 install qdarkstyle
pip3 install pyqtdarktheme
install_gryphon
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