From 641b54c155aff55a3ea32822df77ebc934c1e530 Mon Sep 17 00:00:00 2001 From: QualCoder Developer Date: Fri, 20 Jan 2023 07:53:37 +1100 Subject: [PATCH] Update install_fedora.sh --- install_fedora.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_fedora.sh b/install_fedora.sh index 5e7d0bc46..a5b87b82c 100755 --- a/install_fedora.sh +++ b/install_fedora.sh @@ -9,7 +9,7 @@ echo "The installer will also install dependencies" sudo dnf install python3-devel python3-pdfminer.noarch python3-qt5 python3-pillow python3-openpyxl python3-pandas pythn3-plotly python3-pip python3-pyqt6 python3-lxml python3-pil vlc python3-ply python3-six python3-chardet ffmpeg -y # several python packages are not available by Fedora, so install using pip echo "Please wait ..." -python3 -m pip install Ebooklib pydub SpeechRecognition pdfminer.six +python3 -m pip install Ebooklib pydub rispy SpeechRecognition pdfminer.six sudo cp -r qualcoder /usr/share/qualcoder sudo cp qualcoder/GUI/qualcoder128.png /usr/share/icons/qualcoder128.png sudo cp qualcoder/GUI/qualcoder.desktop /usr/share/applications/qualcoder.desktop