diff options
author | saurabhb17 | 2019-02-27 12:16:57 +0530 |
---|---|---|
committer | GitHub | 2019-02-27 12:16:57 +0530 |
commit | 8b986efb1c9216e284f6cc27a8f44d09e5c5cc59 (patch) | |
tree | 68cdfd216bbe8746b3377b47a0425642f7ee97d2 /install-linux.sh | |
parent | 2c905bb7414e87f253db58d0e5a3ebc2bb2d5145 (diff) | |
download | eSim-8b986efb1c9216e284f6cc27a8f44d09e5c5cc59.tar.gz eSim-8b986efb1c9216e284f6cc27a8f44d09e5c5cc59.tar.bz2 eSim-8b986efb1c9216e284f6cc27a8f44d09e5c5cc59.zip |
Update install-linux.sh
Diffstat (limited to 'install-linux.sh')
-rwxr-xr-x | install-linux.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install-linux.sh b/install-linux.sh index 855897d7..eb5a02e0 100755 --- a/install-linux.sh +++ b/install-linux.sh @@ -116,9 +116,9 @@ function installDependency echo "ngspice already installed......" fi echo "Installing PyQt4............" - sudo apt-get install -y python-qt4 + sudo apt-get install -y python3-pyqt4 echo "Installing Matplotlib......." - sudo apt-get install -y python-matplotlib + sudo apt-get install -y python3-matplotlib } |